Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/github-authentication/tsconfig.browser.json
13379 views
1
{
2
"extends": "./tsconfig.json",
3
"compilerOptions": {},
4
"exclude": [
5
"./src/node/**",
6
"./src/test/**"
7
]
8
}
9
10