mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +01:00
Add vscode-extras extension with npm up-to-date feature and related configurations (#298295)
This commit is contained in:
committed by
GitHub
parent
98ad6b67c2
commit
5b7dafcb12
14
.vscode/extensions/vscode-extras/tsconfig.json
vendored
Normal file
14
.vscode/extensions/vscode-extras/tsconfig.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"extends": "../../../extensions/tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": "./src",
|
||||
"outDir": "./out",
|
||||
"types": [
|
||||
"node"
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
"src/**/*",
|
||||
"../../../src/vscode-dts/vscode.d.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user