refraction/tsconfig.json
2022-06-07 17:08:49 +08:00

11 lines
211 B
JSON

{
"compilerOptions": {
"strict": true,
"esModuleInterop": true,
"downlevelIteration": true,
"target": "ES2018",
"moduleResolution": "node",
"rootDir": "src",
"outDir": "dist"
}
}