Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/vscode-colorize-perf-tests/tsconfig.json
5281 views
1
{
2
"extends": "../tsconfig.base.json",
3
"compilerOptions": {
4
"rootDir": "./src",
5
"outDir": "./out",
6
"typeRoots": [
7
"./node_modules/@types"
8
],
9
"types": [
10
"node"
11
]
12
},
13
"include": [
14
"src/**/*",
15
"../../src/vscode-dts/vscode.d.ts"
16
]
17
}
18
19