Files
vscode/extensions/mermaid-chat-features/chat-webview-src/tsconfig.json
Matt Bierner c7e7a779e8 Add basic mermaid rendering support in core
For #257761

Ports over extension sample + a few improvements to core
2025-09-10 18:22:39 -07:00

13 lines
166 B
JSON

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