Try adding browser specific tsconfig

Trying to add this to catch dependencies we take on node types
This commit is contained in:
Matt Bierner
2021-07-22 17:00:09 -07:00
parent b7cba9e7d4
commit 134c345351
13 changed files with 37 additions and 21 deletions

View File

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