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
No known key found for this signature in database
6 changed files with 6 additions and 0 deletions

View File

@ -26,6 +26,7 @@
"moduleResolution": "NodeNext",
"module": "NodeNext",
"skipLibCheck": true,
"outDir": "out-tsc",
"typeRoots": [
"typings",
"node_modules/@types"

View File

@ -26,6 +26,7 @@
"moduleResolution": "NodeNext",
"module": "NodeNext",
"skipLibCheck": true,
"outDir": "out-tsc",
"typeRoots": [
"typings",
"node_modules/@types"

View File

@ -26,6 +26,7 @@
"moduleResolution": "NodeNext",
"module": "NodeNext",
"skipLibCheck": true,
"outDir": "out-tsc",
"typeRoots": [
"typings",
"node_modules/@types"

View File

@ -26,6 +26,7 @@
"moduleResolution": "NodeNext",
"module": "NodeNext",
"skipLibCheck": true,
"outDir": "out-tsc",
"typeRoots": [
"typings",
"node_modules/@types"

View File

@ -26,6 +26,7 @@
"moduleResolution": "NodeNext",
"module": "NodeNext",
"skipLibCheck": true,
"outDir": "out-tsc",
"typeRoots": [
"typings",
"node_modules/@types"

View File

@ -10,6 +10,7 @@
"moduleResolution": "Node16",
"target": "ES2022",
"rootDir": "src",
"outDir": "out-tsc",
"module": "Node16"
},
"include": ["src/**/*"]