fix(build): add outDir to vscode-ide-companion to avoid linting generated files

This commit is contained in:
Sehoon Shon
2026-03-25 10:37:39 -04:00
parent c6119078c1
commit 4b97a5ae84
@@ -5,6 +5,7 @@
"target": "ES2022",
"lib": ["ES2022", "dom"],
"sourceMap": true,
"outDir": "dist",
"composite": true,
"declaration": true,
"incremental": true,