Bilibili-Evolved/tsconfig.json
2019-03-27 20:33:46 +08:00

12 lines
225 B
JSON

{
"compilerOptions": {
"target": "ES2017",
"module": "ESNext",
"noImplicitAny": true,
"strictNullChecks": true,
"sourceMap": false,
},
"include": [
"**/*.ts"
]
}