arch-design-agent-skill-das.../.gitignore
openclaw d4b26a5971 fix(build): resolve vue-tsc -b build errors — add @types/node, fix tsconfig emit settings
The production build (vue-tsc -b) failed because tsconfig.node.json had
allowImportingTsExtensions without a compatible emit setting, and @types/node
was missing for node:url imports in vite.config.ts.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 17:29:43 +00:00

11 lines
112 B
Plaintext

__pycache__/
*.pyc
*.pyo
.venv/
node_modules/
dist/
*.tsbuildinfo
*.d.ts
!src/**/*.d.ts
frontend/vite.config.js