Merge pull request #1277 from TriliumNext/build_fix-missing-types-webpack

build(webpack): fix missing type declarations
pull/1281/head
Elian Doran 2025-02-25 17:19:29 +07:00 committed by GitHub
commit 4149ebdc69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

@ -16,6 +16,7 @@
"include": ["./src/public/app/**/*"],
"files": [
"./src/public/app/types.d.ts",
"./src/public/app/types-lib.d.ts"
"./src/public/app/types-lib.d.ts",
"./src/types.d.ts"
]
}