Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/build/vite/tsconfig.json
5240 views
1
{
2
"compilerOptions": {
3
"allowImportingTsExtensions": true,
4
"checkJs": true,
5
"module": "preserve",
6
"noEmit": true,
7
"strict": true,
8
"experimentalDecorators": true,
9
"types": ["vite/client"]
10
}
11
}
12
13