Exclude frontend from main TypeScript build
Frontend TypeScript files are built separately with esbuild and their own tsconfig.json that includes DOM types. This prevents DOM type errors in the main backend build. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
6f5c32d2cd
commit
6c3f333bdb
1 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@
|
||||||
"node_modules",
|
"node_modules",
|
||||||
"dist",
|
"dist",
|
||||||
"public",
|
"public",
|
||||||
"scripts"
|
"scripts",
|
||||||
|
"src/frontend"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue