mirror of
https://github.com/zadam/trilium.git
synced 2026-03-22 00:03:41 +01:00
chore(client): typecheck failing due to changes in JSX handling
This commit is contained in:
parent
ad7b5700f3
commit
f3613ccb25
@ -8,8 +8,7 @@
|
||||
"preact"
|
||||
],
|
||||
"rootDir": "src",
|
||||
"jsx": "react",
|
||||
"jsxFactory": "h",
|
||||
"jsx": "react-jsx",
|
||||
"jsxImportSource": "preact",
|
||||
"module": "esnext",
|
||||
"moduleResolution": "bundler",
|
||||
|
||||
@ -6,8 +6,7 @@
|
||||
"node",
|
||||
"vitest"
|
||||
],
|
||||
"jsx": "react",
|
||||
"jsxFactory": "h",
|
||||
"jsx": "react-jsx",
|
||||
"jsxImportSource": "preact",
|
||||
"module": "esnext",
|
||||
"moduleResolution": "bundler"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user