Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/markdown-language-features/notebook/tsconfig.json
3291 views
1
{
2
"extends": "../../tsconfig.base.json",
3
"compilerOptions": {
4
"outDir": "./dist/",
5
"jsx": "react",
6
"moduleResolution": "Node",
7
"allowSyntheticDefaultImports": true,
8
"module": "es2020",
9
"lib": [
10
"ES2024",
11
"DOM",
12
"DOM.Iterable"
13
]
14
}
15
}
16
17