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

@@ -14,4 +14,6 @@ module.exports = withBrowserDefaults({
entry: {
extension: './src/extension.ts'
}
}, {
configFile: 'tsconfig.browser.json'
});