{ "compilerOptions": { "target": "esnext", "module": "esnext", "baseUrl": ".", "declaration": true, "downlevelIteration": true, "esModuleInterop": true, "jsx": "react-jsx", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, "moduleResolution": "bundler", "importHelpers": true, "noEmit": true, "sourceMap": true, "allowSyntheticDefaultImports": true, "paths": { "@/*": ["src/*"] }, "resolveJsonModule": true, "strict": true }, "exclude": ["javascript"], "include": ["src", "typings", "**/*.ts", "**/*.d.ts", "**/*.tsx", "vite.config.ts"] }