Page MenuHomeSealhub

tsconfig.json
No OneTemporary

tsconfig.json

{
"compilerOptions": {
"module": "CommonJS",
"moduleResolution": "node",
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"target": "ES2019",
"esModuleInterop": true,
"lib": [
"es6",
"esnext"
],
"outDir": "../../dist/back",
"keyofStringsOnly": true,
"checkJs": false,
"allowJs": true,
"resolveJsonModule": true,
"sourceMap": true,
"skipLibCheck": true
},
"include": [
"./**/*",
"./*"
]
}

File Metadata

Mime Type
application/json
Expires
Tue, Dec 24, 14:02 (16 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
557201
Default Alt Text
tsconfig.json (441 B)

Event Timeline