arch-design-agent-skill-das.../frontend/tsconfig.node.json
2026-03-23 17:21:26 +00:00

13 lines
255 B
JSON

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