arch-design-agent-skill-das.../frontend/tsconfig.node.json
openclaw c18f7c5f76 build: add frontend configuration — Vite, TypeScript, Vue 3
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 17:14:10 +00:00

13 lines
252 B
JSON

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