bug resolutions

This commit is contained in:
Lukian LEIZOUR 2024-03-15 21:48:59 +01:00
parent 414a9734c9
commit cb16fa9239
13 changed files with 78 additions and 81 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,