refactor/entry points in typescript

This commit is contained in:
SowinskiBraeden committed 2025-09-28 16:08:46 -07:00
1 parent facc1a604a
commit 76aee78f23
10 files changed
+804 -58

No files matched your search

+4 -1
View File
@@ -6,7 +6,10 @@
"outDir": "dist",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
"skipLibCheck": true,
"resolveJsonModule": true,
"forceConsistentCasingInFileNames": true,
"allowJs": true
},
"include": ["src"],
"exclude": ["node_modules"]