feat(init): publishing

This commit is contained in:
Rodney, Tiara 2025-04-25 15:56:29 +02:00
parent 32636217ee
commit c297e3f4ef
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723
15 changed files with 9934 additions and 6837 deletions

8
tsconfig.node.json Normal file
View file

@ -0,0 +1,8 @@
{
"extends": "./tsconfig.debug.json",
"compilerOptions": {
"target": "es2015",
"module": "commonjs",
"esModuleInterop": true
}
}