Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/simulation/fixtures/explain-project-context/tsconfig.json
13399 views
1
{
2
"compilerOptions": {
3
"target": "es5",
4
"module": "commonjs",
5
"outDir": "dist",
6
"strict": true,
7
"esModuleInterop": true,
8
"skipLibCheck": true,
9
"forceConsistentCasingInFileNames": true
10
}
11
}
12