mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
update tsconfig.json to escape node.d.ts hell
This commit is contained in:
@@ -6,9 +6,12 @@
|
||||
],
|
||||
"module": "commonjs",
|
||||
"noUnusedLocals": true,
|
||||
"outDir": "./out"
|
||||
"outDir": "./out",
|
||||
"typeRoots": [
|
||||
"node_modules/@types"
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
"src/**/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user