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

@@ -1,8 +1,6 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": []
},
"compilerOptions": {},
"exclude": [
"./src/test/**"
]