mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Try adding browser specific tsconfig
Trying to add this to catch dependencies we take on node types
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"types": []
|
||||
},
|
||||
"exclude": [
|
||||
"./src/test/**"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user