{ "extends": "../../tsconfig.base.json", "compilerOptions": { "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" ] } }