Page MenuHomeSealhub

tsconfig.json
No OneTemporary

tsconfig.json

{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"target": "es6",
"declaration": true,
"esModuleInterop": true,
"jsx": "react",
"lib": [
"es2017",
"dom"
],
"outDir": "lib",
"declarationDir": "@types"
},
"include": [
"src/**/*"
]
}

File Metadata

Mime Type
application/json
Expires
Fri, Jul 4, 08:36 (4 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
799866
Default Alt Text
tsconfig.json (321 B)

Event Timeline