mirror of
https://github.com/zadam/trilium.git
synced 2025-12-31 11:44:23 +01:00
chore(pdfjs): integrate into typecheck
This commit is contained in:
parent
fef30f4bea
commit
a1ebdc3004
@ -14,7 +14,8 @@
|
||||
"tsBuildInfoFile": "dist/tsconfig.app.tsbuildinfo"
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.ts"
|
||||
"src/**/*.ts",
|
||||
"../../apps/client/src/types-pdfjs.d.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"eslint.config.js",
|
||||
@ -23,7 +24,7 @@
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"path": "../commons/tsconfig.app.json"
|
||||
"path": "../commons/tsconfig.lib.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -63,6 +63,9 @@
|
||||
{
|
||||
"path": "./packages/share-theme"
|
||||
},
|
||||
{
|
||||
"path": "./packages/pdfjs-viewer"
|
||||
},
|
||||
{
|
||||
"path": "./scripts"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user