refraction/tsconfig.json
2022-05-21 21:09:56 +08:00

7 lines
100 B
JSON

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