ca-grow-ops-manager/frontend/tsconfig.node.json
fullsizemalt 9c5ffec28d
Some checks failed
Deploy to Production / deploy (push) Failing after 0s
Test / backend-test (push) Failing after 0s
Test / frontend-test (push) Failing after 0s
fix: Add missing project files for backend/frontend build
2025-12-09 00:23:28 -08:00

12 lines
No EOL
252 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": [
"vite.config.ts"
]
}