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"
],
"outDir": "lib",
"checkJs": true,
"allowJs": true,
"declarationDir": "@types",
"resolveJsonModule": true,
"sourceMap": true
},
"include": [
"src/**/*"
]
}

File Metadata

Mime Type
application/json
Expires
Tue, Dec 24, 14:02 (21 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
556417
Default Alt Text
tsconfig.json (421 B)

Event Timeline