| { | |
| "compilerOptions": { | |
| "target": "ES2022", | |
| "module": "NodeNext", | |
| "moduleResolution": "NodeNext", | |
| "strict": true, | |
| "outDir": "dist", | |
| "rootDir": "src", | |
| "declaration": true, | |
| "esModuleInterop": true, | |
| "skipLibCheck": true, | |
| "types": ["node"] | |
| }, | |
| "include": [ | |
| "src" | |
| ], | |
| "exclude": [ | |
| "**/*.test.ts", | |
| "dist" | |
| ] | |
| } |