Bilibili-Evolved/builder/node/donate-table/tsconfig.json
2021-05-10 13:55:17 +08:00

13 lines
189 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"esModuleInterop": true,
"module": "commonjs",
"strict": true,
"sourceMap": false,
},
"include": [
"index.ts"
]
}