| e93a978 | 1 | { | ||
| e93a978 | 2 | "compilerOptions": { | ||
| e93a978 | 3 | "target": "ES2022", | ||
| e93a978 | 4 | "module": "NodeNext", | ||
| e93a978 | 5 | "moduleResolution": "NodeNext", | ||
| e93a978 | 6 | "outDir": "dist", | ||
| e93a978 | 7 | "rootDir": "src", | ||
| e93a978 | 8 | "strict": true, | ||
| e93a978 | 9 | "esModuleInterop": true, | ||
| e93a978 | 10 | "skipLibCheck": true, | ||
| e93a978 | 11 | "declaration": true | ||
| e93a978 | 12 | }, | ||
| e93a978 | 13 | "include": ["src"] | ||
| e93a978 | 14 | } |