Files
vscode/extensions/markdown-language-features/notebook/tsconfig.json
2025-11-10 09:01:56 -08:00

19 lines
277 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist/",
"jsx": "react",
"module": "esnext",
"lib": [
"ES2024",
"DOM",
"DOM.Iterable"
],
"types": [],
"typeRoots": [
"../node_modules/@types"
],
"skipLibCheck": true
}
}