readest / tsconfig.json
dlxj
init
4e1096a
{
"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"
}
]
}