source targets from web project

This commit is contained in:
Ben Allfree
2025-11-22 16:46:52 -08:00
parent b8636aa06c
commit 9e30289fbf
2 changed files with 23 additions and 1 deletions
+1 -1
View File
@@ -24,6 +24,6 @@
"@/*": ["./src/*"]
}
},
"include": ["src"],
"include": ["src", "vendor/web-flasher/public/data"],
"references": [{ "path": "./tsconfig.node.json" }]
}