2026-01-30 11:07:53 -08:00

27 lines
395 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "./dist/",
"jsx": "react",
"esModuleInterop": true,
"lib": [
"es2024",
"DOM",
"DOM.Iterable"
],
"types": [
"vscode-webview"
],
"typeRoots": [
"../node_modules/@types"
],
"skipLibCheck": true
},
"typeAcquisition": {
"include": [
"@types/vscode-webview"
]
}
}