mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Don't set explicit lib in tsconfigs
The one we get from the `target` is correct in almost all cases for VS Code
This commit is contained in:
@ -3,9 +3,6 @@
|
||||
"module": "commonjs",
|
||||
"target": "es6",
|
||||
"outDir": "out",
|
||||
"lib": [
|
||||
"es6"
|
||||
],
|
||||
"sourceMap": true,
|
||||
"rootDir": "src"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user