| 1 | { |
| 2 | "compilerOptions": { |
| 3 | "lib": [ |
| 4 | "es2022" |
| 5 | ], |
| 6 | "module": "nodenext", |
| 7 | "moduleResolution": "nodenext", |
| 8 | "target": "es2022", |
| 9 | "typeRoots": [ |
| 10 | "./node_modules/@types" |
| 11 | ], |
| 12 | "skipLibCheck": true |
| 13 | }, |
| 14 | "exclude": [ |
| 15 | "node_modules", |
| 16 | "**/node_modules", |
| 17 | "../node_modules", |
| 18 | "../../node_modules" |
| 19 | ] |
| 20 | } |