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

View file

@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES2015",
"target": "es2015",
"module": "commonjs",
"strict": true,
"sourceMap": false,
@ -11,7 +11,8 @@
"declarationMap": true,
"outDir": "build/production",
"baseUrl": "./",
"paths": { "*": ["node/modules/*"] }
"paths": { "*": ["node/modules/*"] },
"lib": ["esnext.weakref"]
},
"include": [
"src/**/*.ts"