Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/build/npm/jsconfig.json
3520 views
1
{
2
"compilerOptions": {
3
"target": "es2024",
4
"lib": [
5
"ES2024"
6
],
7
"module": "node16",
8
"checkJs": true,
9
"noEmit": true
10
}
11
}
12
13