refraction/tsconfig.json
2022-05-22 12:49:25 +08:00

8 lines
132 B
JSON

{
"compilerOptions": {
"strict": true,
"esModuleInterop": true,
"downlevelIteration": true,
"target": "ES5"
}
}