Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
microsoft
Edit Copy
Star
GitHub Repository:
microsoft/vscode
Path:
blob/main/extensions/json-language-features/client/tsconfig.browser.json
1
3
3
8
3
views
1
{
2
"extends"
:
"./tsconfig.json"
,
3
"exclude"
:
[
4
"./src/node/**"
,
5
"./src/test/**"
6
]
7
}
8
9