addons/vscode/tsconfig.jsonblame
View source
b69ab311{
b69ab312 "compilerOptions": {
b69ab313 "target": "es2020",
b69ab314 "lib": ["dom", "dom.iterable", "esnext"],
b69ab315 "allowJs": true,
b69ab316 "jsx": "react-jsx",
b69ab317 "skipLibCheck": true,
b69ab318 "esModuleInterop": true,
b69ab319 "allowSyntheticDefaultImports": true,
b69ab3110 "strict": true,
b69ab3111 "forceConsistentCasingInFileNames": true,
b69ab3112 "noFallthroughCasesInSwitch": true,
b69ab3113 "sourceMap": true,
b69ab3114 "module": "esnext",
b69ab3115 "moduleResolution": "node",
b69ab3116 "resolveJsonModule": true,
1d6bd0717 "isolatedModules": true,
1d6bd0718 "outDir": "dist"
b69ab3119 },
b69ab3120 "include": [
b69ab3121 "webview/global.d.ts",
b69ab3122 "extension",
b69ab3123 "webview",
b69ab3124 "vite-env.d.ts",
b69ab3125 "rollup.extension.config.mjs",
b69ab3126 "__mocks__"
b69ab3127 ]
b69ab3128}