| 1 | { |
| 2 | "compilerOptions": { |
| 3 | "target": "ES2022", |
| 4 | "lib": ["ES2022", "DOM"], |
| 5 | "module": "NodeNext", |
| 6 | "moduleResolution": "NodeNext", |
| 7 | "outDir": "dist-api", |
| 8 | "rootDir": ".", |
| 9 | "strict": true, |
| 10 | "skipLibCheck": true, |
| 11 | "types": ["node"], |
| 12 | "noUnusedLocals": true, |
| 13 | "noUnusedParameters": true |
| 14 | }, |
| 15 | "include": ["api/**/*.ts", "src/lib/apiPaths.ts", "src/lib/metadata.ts"] |
| 16 | } |