fix: npm link

This commit is contained in:
dd060606
2024-11-23 10:44:34 +01:00
parent 0f1df15630
commit d7e807d04d
10 changed files with 1391 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ES6",
"module": "CommonJS",
"module": "ESNext",
"outDir": "./dist",
"strict": true,
"esModuleInterop": true,