feat(core): Refactor TypeScript interfaces and improve module exports

This commit is contained in:
2024-12-14 00:30:35 +01:00
parent 470f4fe730
commit 5d0d125e43
7 changed files with 76 additions and 59 deletions

View File

@@ -8,7 +8,8 @@
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"baseUrl": ".",
"paths": {}
"paths": {
}
},
"exclude": [
"dist_*/**/*.d.ts"