Bilibili-Evolved/extras/danmaku-converter/tsconfig.json
2019-07-06 23:19:49 +08:00

14 lines
270 B
JSON

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