Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/markdown-math/tsconfig.browser.json
13379 views
1
{
2
"extends": "./tsconfig.json",
3
"compilerOptions": {
4
"types": [],
5
"typeRoots": [
6
"./node_modules/@types"
7
]
8
}
9
}
10
11