wuhu-torn-helper/tsconfig.json
2023-02-23 16:34:46 +08:00

16 lines
239 B
JSON

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