| { | |
| "compilerOptions": { | |
| "incremental": true, | |
| "target": "es2022", | |
| "module": "preserve", | |
| "allowJs": true, | |
| "declaration": true, | |
| "strict": true, | |
| "moduleResolution": "bundler", | |
| "esModuleInterop": true, | |
| "skipLibCheck": true | |
| }, | |
| "files": [], | |
| "references": [ | |
| { | |
| "path": "./apps/readest-app" | |
| } | |
| ] | |
| } | |