mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-04-19 10:09:55 -04:00
🐛 fix: Add typeRoots configuration to ensure type definitions are resolved correctly
This commit is contained in:
parent
5025fd1103
commit
ad60ea9b18
@ -11,6 +11,7 @@
|
||||
"moduleDetection": "force",
|
||||
"moduleResolution": "NodeNext",
|
||||
"noUncheckedIndexedAccess": true,
|
||||
"typeRoots": ["./node_modules/@types"],
|
||||
"resolveJsonModule": true,
|
||||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user