chore(dev): fix untracked type definitions after typecheck

This commit is contained in:
Elian Doran
2025-11-03 09:52:28 +02:00
parent 4492876293
commit ed146f71c5
6 changed files with 6 additions and 0 deletions
@@ -26,6 +26,7 @@
"moduleResolution": "NodeNext",
"module": "NodeNext",
"skipLibCheck": true,
"outDir": "out-tsc",
"typeRoots": [
"typings",
"node_modules/@types"
@@ -26,6 +26,7 @@
"moduleResolution": "NodeNext",
"module": "NodeNext",
"skipLibCheck": true,
"outDir": "out-tsc",
"typeRoots": [
"typings",
"node_modules/@types"
@@ -26,6 +26,7 @@
"moduleResolution": "NodeNext",
"module": "NodeNext",
"skipLibCheck": true,
"outDir": "out-tsc",
"typeRoots": [
"typings",
"node_modules/@types"
+1
View File
@@ -26,6 +26,7 @@
"moduleResolution": "NodeNext",
"module": "NodeNext",
"skipLibCheck": true,
"outDir": "out-tsc",
"typeRoots": [
"typings",
"node_modules/@types"
+1
View File
@@ -26,6 +26,7 @@
"moduleResolution": "NodeNext",
"module": "NodeNext",
"skipLibCheck": true,
"outDir": "out-tsc",
"typeRoots": [
"typings",
"node_modules/@types"
+1
View File
@@ -10,6 +10,7 @@
"moduleResolution": "Node16",
"target": "ES2022",
"rootDir": "src",
"outDir": "out-tsc",
"module": "Node16"
},
"include": ["src/**/*"]