mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-26 13:19:42 +00:00
Try adding browser specific tsconfig
Trying to add this to catch dependencies we take on node types
This commit is contained in:
@@ -14,4 +14,6 @@ module.exports = withBrowserDefaults({
|
||||
entry: {
|
||||
extension: './src/extension.ts'
|
||||
}
|
||||
}, {
|
||||
configFile: 'tsconfig.browser.json'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user