File size: 346 Bytes
4e1096a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | {
"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"
}
]
}
|