vscode/extensions/markdown-language-features/preview-src/tsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
265 B
JSON
Raw Permalink Normal View History

2024-11-15 06:29:18 +00:00
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist/",
"jsx": "react",
"esModuleInterop": true,
"lib": [
"es2018",
"DOM",
"DOM.Iterable"
]
},
"typeAcquisition": {
"include": [
"@types/vscode-webview"
]
}
}