chore: fix typescript config issues

This commit is contained in:
Ralph Khreish
2025-09-07 16:12:51 -07:00
parent 022280024c
commit 94bff8391c
16 changed files with 62 additions and 55 deletions

View File

@@ -24,6 +24,8 @@
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "bundler",
"moduleDetection": "force",
"types": ["node"],
"resolveJsonModule": true,
"isolatedModules": true,
"paths": {