mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
first cut of "server-ready-action" feature
This commit is contained in:
10
extensions/debug-server-ready/tsconfig.json
Normal file
10
extensions/debug-server-ready/tsconfig.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "../shared.tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./out",
|
||||
"downlevelIteration": true
|
||||
},
|
||||
"include": [
|
||||
"src/**/*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user