colors/tsconfig.json
2021-09-13 19:18:14 +02:00

15 lines
No EOL
331 B
JSON

{
"compilerOptions": {
"module": "esnext",
"allowJs": true,
"target": "es2020",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"outDir": "dist"
},
"buildOptions": {
"incremental": true
},
"ts-node": {}
}