refraction/tsconfig.json
2022-06-09 20:46:12 +08:00

12 lines
235 B
JSON

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