code-server-2/lib/vscode/extensions/notebook-markdown-extensions/notebook/tsconfig.json

13 lines
168 B
JSON
Raw Normal View History

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