mirror of
https://github.com/TriliumNext/Trilium.git
synced 2025-12-11 19:44:00 -06:00
chore(dev): fix untracked type definitions after typecheck
This commit is contained in:
parent
4492876293
commit
ed146f71c5
@ -26,6 +26,7 @@
|
|||||||
"moduleResolution": "NodeNext",
|
"moduleResolution": "NodeNext",
|
||||||
"module": "NodeNext",
|
"module": "NodeNext",
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
|
"outDir": "out-tsc",
|
||||||
"typeRoots": [
|
"typeRoots": [
|
||||||
"typings",
|
"typings",
|
||||||
"node_modules/@types"
|
"node_modules/@types"
|
||||||
|
|||||||
@ -26,6 +26,7 @@
|
|||||||
"moduleResolution": "NodeNext",
|
"moduleResolution": "NodeNext",
|
||||||
"module": "NodeNext",
|
"module": "NodeNext",
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
|
"outDir": "out-tsc",
|
||||||
"typeRoots": [
|
"typeRoots": [
|
||||||
"typings",
|
"typings",
|
||||||
"node_modules/@types"
|
"node_modules/@types"
|
||||||
|
|||||||
@ -26,6 +26,7 @@
|
|||||||
"moduleResolution": "NodeNext",
|
"moduleResolution": "NodeNext",
|
||||||
"module": "NodeNext",
|
"module": "NodeNext",
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
|
"outDir": "out-tsc",
|
||||||
"typeRoots": [
|
"typeRoots": [
|
||||||
"typings",
|
"typings",
|
||||||
"node_modules/@types"
|
"node_modules/@types"
|
||||||
|
|||||||
@ -26,6 +26,7 @@
|
|||||||
"moduleResolution": "NodeNext",
|
"moduleResolution": "NodeNext",
|
||||||
"module": "NodeNext",
|
"module": "NodeNext",
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
|
"outDir": "out-tsc",
|
||||||
"typeRoots": [
|
"typeRoots": [
|
||||||
"typings",
|
"typings",
|
||||||
"node_modules/@types"
|
"node_modules/@types"
|
||||||
|
|||||||
@ -26,6 +26,7 @@
|
|||||||
"moduleResolution": "NodeNext",
|
"moduleResolution": "NodeNext",
|
||||||
"module": "NodeNext",
|
"module": "NodeNext",
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
|
"outDir": "out-tsc",
|
||||||
"typeRoots": [
|
"typeRoots": [
|
||||||
"typings",
|
"typings",
|
||||||
"node_modules/@types"
|
"node_modules/@types"
|
||||||
|
|||||||
@ -10,6 +10,7 @@
|
|||||||
"moduleResolution": "Node16",
|
"moduleResolution": "Node16",
|
||||||
"target": "ES2022",
|
"target": "ES2022",
|
||||||
"rootDir": "src",
|
"rootDir": "src",
|
||||||
|
"outDir": "out-tsc",
|
||||||
"module": "Node16"
|
"module": "Node16"
|
||||||
},
|
},
|
||||||
"include": ["src/**/*"]
|
"include": ["src/**/*"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user