| 3e3af55 | | | 1 | { |
| 3e3af55 | | | 2 | "compilerOptions": { |
| 3e3af55 | | | 3 | "target": "ES2022", |
| 3e3af55 | | | 4 | "module": "ESNext", |
| 3e3af55 | | | 5 | "moduleResolution": "bundler", |
| 3e3af55 | | | 6 | "outDir": "dist", |
| 3e3af55 | | | 7 | "rootDir": "src", |
| 3e3af55 | | | 8 | "strict": true, |
| 3e3af55 | | | 9 | "esModuleInterop": true, |
| 3e3af55 | | | 10 | "skipLibCheck": true, |
| 3e3af55 | | | 11 | "forceConsistentCasingInFileNames": true, |
| 3e3af55 | | | 12 | "resolveJsonModule": true, |
| 3e3af55 | | | 13 | "declaration": true, |
| 3e3af55 | | | 14 | "declarationMap": true, |
| 3e3af55 | | | 15 | "sourceMap": true |
| 3e3af55 | | | 16 | }, |
| 3e3af55 | | | 17 | "include": ["src/**/*"], |
| 3e3af55 | | | 18 | "exclude": ["node_modules", "dist"] |
| 3e3af55 | | | 19 | } |