Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/debug-auto-launch/tsconfig.json
3292 views
1
{
2
"extends": "../tsconfig.base.json",
3
"compilerOptions": {
4
"outDir": "./out",
5
"downlevelIteration": true,
6
"types": [
7
"node"
8
]
9
},
10
"include": [
11
"src/**/*",
12
"../../src/vscode-dts/vscode.d.ts"
13
]
14
}
15
16