refraction/tsconfig.json
2022-08-24 18:32:10 +08:00

13 lines
277 B
JSON

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