Files
vscode/extensions/markdown-language-features/notebook/tsconfig.json
2025-09-09 11:08:41 -07:00

15 lines
228 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist/",
"jsx": "react",
"module": "esnext",
"allowSyntheticDefaultImports": true,
"lib": [
"ES2024",
"DOM",
"DOM.Iterable"
]
}
}