| 1 | { |
| 2 | "compilerOptions": { |
| 3 | "module": "Node16", |
| 4 | "moduleResolution": "Node16", |
| 5 | "target": "ES2022", |
| 6 | "lib": ["ES2022"], |
| 7 | "outDir": "dist", |
| 8 | "rootDir": "src", |
| 9 | "sourceMap": true, |
| 10 | "strict": true, |
| 11 | "esModuleInterop": true, |
| 12 | "forceConsistentCasingInFileNames": true, |
| 13 | "skipLibCheck": true |
| 14 | }, |
| 15 | "include": ["src"], |
| 16 | "exclude": ["node_modules", "dist"] |
| 17 | } |