Files
vscode/extensions/markdown-math/notebook/tsconfig.json

18 lines
240 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "./dist/",
"module": "es2020",
"lib": [
"ES2024",
"DOM",
"DOM.Iterable"
],
"types": [
"node"
],
"skipLibCheck": true
}
}