Bilibili-Evolved/tsconfig.json
2019-04-21 11:31:00 +08:00

19 lines
396 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"noImplicitAny": true,
"strictNullChecks": true,
"sourceMap": false,
"typeRoots": [
"./@types"
]
},
"include": [
"./client/*.ts",
"./style/**/*.ts",
"./touch/**/*.ts",
"./utils/**/*.ts",
"./video/**/*.ts",
]
}