Files
vscode/extensions/markdown-language-features/notebook/tsconfig.json
2025-08-05 10:44:16 -07:00

16 lines
258 B
JSON

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