wuhu-torn-helper/tsconfig.json

10 lines
111 B
JSON

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