Bilibili-Evolved/tsconfig.json
2019-05-15 16:41:05 +08:00

20 lines
436 B
JSON

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