vscode/extensions/markdown-language-features/tsconfig.browser.json
Matt Bierner 134c345351
Try adding browser specific tsconfig
Trying to add this to catch dependencies we take on node types
2021-07-22 17:00:17 -07:00

10 lines
110 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": []
},
"exclude": [
"./src/test/**"
]
}