mirror of
https://github.com/danbulant/colors
synced 2026-05-19 04:08:35 +00:00
15 lines
No EOL
331 B
JSON
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": {}
|
|
} |