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