Files
vscode/extensions/markdown-math/tsconfig.browser.json
2026-02-11 16:38:06 -08:00

10 lines
123 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": [],
"typeRoots": [
"./node_modules/@types"
]
}
}