mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
first cut of import helper extension (#227203)
This commit is contained in:
14
.vscode/extensions/vscode-selfhost-import-aid/tsconfig.json
vendored
Normal file
14
.vscode/extensions/vscode-selfhost-import-aid/tsconfig.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"extends": "../../../extensions/tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./out",
|
||||
"types": [
|
||||
"node",
|
||||
"mocha",
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
"src/**/*",
|
||||
"../../../src/vscode-dts/vscode.d.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user