mirror of
https://github.com/zadam/trilium.git
synced 2026-03-11 06:30:23 +01:00
chore(pdfjs): integrate into typecheck
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user