Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/markdown-math/notebook/tsconfig.json
4772 views
1
{
2
"extends": "../../tsconfig.base.json",
3
"compilerOptions": {
4
"outDir": "./dist/",
5
"jsx": "react",
6
"module": "es2020",
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