Proper fix for missing node types in web build

Using `path` in web for these cases is ok (but not ideal) because webpack shims it out
This commit is contained in:
Matt Bierner
2025-10-14 12:14:28 -07:00
parent 6699439de0
commit 98ad0f55db
5 changed files with 26 additions and 6 deletions

View File

@@ -2,6 +2,9 @@
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "./out",
"typeRoots": [
"./node_modules/@types"
],
"skipLibCheck": true
},
"include": [