foxapp/packages/cli/tsconfig.json

11 lines
187 B
JSON
Raw Permalink Normal View History

2024-04-23 20:37:20 +02:00
{
"compilerOptions": {
"moduleResolution": "NodeNext",
"module": "NodeNext",
"outDir": "build",
"strict": true,
"target": "ES2022",
"allowSyntheticDefaultImports": true
}
}