addons/components/tsconfig.jsonblame
View source
b69ab311{
b69ab312 "compilerOptions": {
b69ab313 "target": "es6",
b69ab314 "lib": ["ES2021.WeakRef", "dom", "dom.iterable", "esnext"],
b69ab315 "types": ["vite/client"],
b69ab316 "allowJs": true,
b69ab317 "skipLibCheck": true,
b69ab318 "esModuleInterop": true,
b69ab319 "experimentalDecorators": true,
b69ab3110 "allowSyntheticDefaultImports": true,
b69ab3111 "strict": true,
b69ab3112 "forceConsistentCasingInFileNames": true,
b69ab3113 "noFallthroughCasesInSwitch": true,
b69ab3114 "sourceMap": true,
b69ab3115 "module": "esnext",
b69ab3116 "moduleResolution": "node",
b69ab3117 "resolveJsonModule": true,
b69ab3118 "isolatedModules": true,
b69ab3119 "noEmit": true,
b69ab3120 "jsx": "react-jsx"
b69ab3121 },
b69ab3122 "include": [".", "vite-env.d.ts"],
b69ab3123 "exclude": ["**/node_modules", "**/*.js"]
b69ab3124}