Page MenuHomeSealhub

tsconfig.json
No OneTemporary

tsconfig.json

{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"target": "es6",
"declaration": true,
"esModuleInterop": true,
"lib": [
"es2017"
],
"outDir": "lib",
"checkJs": true,
"allowJs": true,
"declarationDir": "@types"
},
"include": [
"src/**/*"
]
}

File Metadata

Mime Type
application/json
Expires
Wed, May 7, 19:43 (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
676426
Default Alt Text
tsconfig.json (334 B)

Event Timeline