🐛 fix: Add typeRoots configuration to ensure type definitions are resolved correctly
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
"moduleDetection": "force",
|
||||
"moduleResolution": "NodeNext",
|
||||
"noUncheckedIndexedAccess": true,
|
||||
"typeRoots": ["./node_modules/@types"],
|
||||
"resolveJsonModule": true,
|
||||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
|
||||
Reference in New Issue
Block a user