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",
"checkJs": true,
"allowJs": true,
"resolveJsonModule": true,
"sourceMap": true
},
"include": [
"./**/*"
]
}

File Metadata

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

Event Timeline