foxapp/packages/cli/tsconfig.json
2024-04-23 20:37:20 +02:00

10 lines
187 B
JSON

{
"compilerOptions": {
"moduleResolution": "NodeNext",
"module": "NodeNext",
"outDir": "build",
"strict": true,
"target": "ES2022",
"allowSyntheticDefaultImports": true
}
}