bug resolutions

This commit is contained in:
Lukian LEIZOUR 2024-03-15 21:48:47 +01:00
parent ec835b03e3
commit ac0672f13a
7 changed files with 53 additions and 42 deletions

View file

@ -1,7 +1,9 @@
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"target": "ES5",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"resolveJsonModule": true,
"strict": true,
"outDir": "./dist",
"skipLibCheck": true,