wuhu-torn-helper/tsconfig.json
2022-09-29 19:18:25 +08:00

14 lines
217 B
JSON

{
"compilerOptions": {
"lib": [
"es6",
"dom",
"es2015",
"ES2021.String"
],
"target": "ES6",
"removeComments": true,
"sourceMap": false,
"resolveJsonModule": true
}
}