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

13 lines
187 B
JSON

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