colors/tsconfig.json
2021-09-12 21:13:44 +02:00

8 lines
No EOL
171 B
JSON

{
"compilerOptions": {
"module": "esnext",
"target": "es2020",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true
}
}