Fix undefined issue for package description and version

This commit is contained in:
Samer Albahra
2023-04-08 09:39:28 -04:00
parent 60ee071698
commit 59080b77a4
2 changed files with 6 additions and 4 deletions

View File

@@ -5,7 +5,8 @@
"noEmitOnError": true,
"outDir": "js/",
"sourceMap": true,
"skipLibCheck": true
"skipLibCheck": true,
"resolveJsonModule": true
},
"include": [
"errors.ts",