mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
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:
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"types": []
|
||||
},
|
||||
"compilerOptions": {},
|
||||
"exclude": [
|
||||
"./src/test/**"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user