Files
dta_webapp/ditch-the-agent/tsconfig.node.json
2025-07-12 21:19:35 -05:00

12 lines
244 B
JSON

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