mirror of
https://github.com/readest/readest
synced 2026-04-21 13:37:44 +00:00
* chore: enforce prettier, ignore submodules and vendor files * chore: add format check in CI --------- Co-authored-by: Huang Xin <chrox.huang@gmail.com>
19 lines
346 B
JSON
19 lines
346 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"
|
|
}
|
|
]
|
|
}
|