void/extensions/markdown-language-features/tsconfig.browser.json
2024-09-10 19:37:36 -07:00

9 lines
110 B
JSON

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