Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "compilerOptions": {
- "target": "ES2022",
- "useDefineForClassFields": true,
- "lib": ["ES2022", "DOM", "DOM.Iterable"],
- "module": "ESNext",
- "skipLibCheck": true,
- /* Bundler mode */
- "moduleResolution": "bundler",
- "allowImportingTsExtensions": true,
- "resolveJsonModule": true,
- "isolatedModules": true,
- "noEmit": true,
- "jsx": "react-jsx",
- "noImplicitAny": false,
- "strictNullChecks": false,
- /* Linting */
- "strict": true,
- "noUnusedLocals": false,
- "noUnusedParameters": false,
- "noFallthroughCasesInSwitch": false,
- "composite": true,
- "allowSyntheticDefaultImports": true
- },
- "include": ["src", "vite.config.ts"],
- "exclude": ["node_modules"]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement