mirror of
https://github.com/readest/readest.git
synced 2026-04-28 11:30:48 +00:00
19 lines
No EOL
347 B
JSON
19 lines
No EOL
347 B
JSON
{
|
|
"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"
|
|
},
|
|
]
|
|
} |