Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/script/tsconfig.json
13383 views
1
{
2
"compilerOptions": {
3
"module": "Node16",
4
"moduleResolution": "Node16",
5
"noEmit": true,
6
"target": "ES2022",
7
"lib": ["ES2022" ],
8
"strict": true
9
},
10
"include": [
11
".",
12
],
13
}
14
15