This commit is contained in:
Luiz Silva 2025-07-07 14:10:08 -03:00
parent 8020b31d24
commit 697f810c0e
3 changed files with 5 additions and 4 deletions

View file

@ -3,7 +3,7 @@
"target": "ES2020",
"lib": ["ES2020"],
"module": "commonjs",
"moduleResolution": "node",
"moduleResolution": "node16",
"declaration": true,
"sourceMap": true,
"outDir": "./dist-require",