Page MenuHomeSealhub

tsconfig.json
No OneTemporary

tsconfig.json

{
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"target": "ES6",
"declaration": true,
"esModuleInterop": true,
"lib": [
"ES6",
"ESNext",
"dom"
],
"outDir": "lib",
"checkJs": true,
"allowJs": true,
"declarationDir": "@types",
"resolveJsonModule": true,
"sourceMap": true,
"skipLibCheck": true,
"noUncheckedIndexedAccess": true,
"strictBindCallApply": true
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules/**"
]
}

File Metadata

Mime Type
application/json
Expires
Thu, Jan 23, 19:19 (22 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
600576
Default Alt Text
tsconfig.json (552 B)

Event Timeline