mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
chore(client/ts): enable server config to compile client as well
This commit is contained in:
parent
c8866d2669
commit
e4053de735
@ -7,6 +7,7 @@
|
||||
"strict": true,
|
||||
"noImplicitAny": true,
|
||||
"resolveJsonModule": true,
|
||||
"allowJs": true,
|
||||
"lib": [
|
||||
"ES2022"
|
||||
],
|
||||
@ -21,11 +22,11 @@
|
||||
"./spec/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"./src/public/**/*",
|
||||
"./node_modules/**/*",
|
||||
"./spec-es6/**/*.ts"
|
||||
],
|
||||
"files": [
|
||||
"src/types.d.ts"
|
||||
"src/types.d.ts",
|
||||
"src/public/app/types.d.ts"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user