wuhu-torn-helper/tsconfig.json
2022-09-14 18:14:52 +08:00

11 lines
134 B
JSON

{
"compilerOptions": {
"lib": [
"es6",
"dom",
"es2015",
"ES2021.String"
],
"target": "es5"
}
}