| gio | 5f2f100 | 2025-03-20 18:38:48 +0400 | [diff] [blame] | 1 | { |
| gio | d002661 | 2025-05-08 13:00:36 +0000 | [diff] [blame] | 2 | "compilerOptions": { |
| 3 | "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", |
| 4 | "target": "ES2020", |
| 5 | "useDefineForClassFields": true, |
| 6 | "lib": ["ES2020", "DOM", "DOM.Iterable"], |
| 7 | "module": "ESNext", |
| 8 | "skipLibCheck": true, |
| gio | 5f2f100 | 2025-03-20 18:38:48 +0400 | [diff] [blame] | 9 | |
| gio | d002661 | 2025-05-08 13:00:36 +0000 | [diff] [blame] | 10 | /* Bundler mode */ |
| 11 | "moduleResolution": "Bundler", |
| 12 | "allowImportingTsExtensions": true, |
| 13 | "isolatedModules": true, |
| 14 | "moduleDetection": "force", |
| 15 | "noEmit": true, |
| 16 | "jsx": "react-jsx", |
| gio | 5f2f100 | 2025-03-20 18:38:48 +0400 | [diff] [blame] | 17 | |
| gio | d002661 | 2025-05-08 13:00:36 +0000 | [diff] [blame] | 18 | /* Linting */ |
| 19 | "strict": true, |
| 20 | "noUnusedLocals": true, |
| 21 | "noUnusedParameters": true, |
| 22 | "noFallthroughCasesInSwitch": true, |
| 23 | "noUncheckedSideEffectImports": true, |
| gio | 5f2f100 | 2025-03-20 18:38:48 +0400 | [diff] [blame] | 24 | |
| gio | d002661 | 2025-05-08 13:00:36 +0000 | [diff] [blame] | 25 | "baseUrl": ".", |
| 26 | "paths": { |
| 27 | "@/*": ["./src/*"] |
| 28 | } |
| 29 | }, |
| gio | c31bf14 | 2025-06-16 07:48:20 +0000 | [diff] [blame] | 30 | "include": ["src", "../config/src/config.ts"] |
| gio | 5f2f100 | 2025-03-20 18:38:48 +0400 | [diff] [blame] | 31 | } |