Page MenuHomeSealhub

tsconfig.json
No OneTemporary

tsconfig.json

{
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"target": "ES2020",
"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
Mon, May 19, 00:56 (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
665625
Default Alt Text
tsconfig.json (424 B)

Event Timeline