Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/mermaid-chat-features/chat-webview-src/tsconfig.json
5283 views
1
{
2
"extends": "../../tsconfig.base.json",
3
"compilerOptions": {
4
"rootDir": ".",
5
"outDir": "./dist/",
6
"jsx": "react",
7
"lib": [
8
"ES2024",
9
"DOM",
10
"DOM.Iterable"
11
],
12
"types": [
13
"node"
14
],
15
"typeRoots": [
16
"../node_modules/@types"
17
]
18
}
19
}
20
21