Fix undefined issue for package description and version
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
"noEmitOnError": true,
|
||||
"outDir": "js/",
|
||||
"sourceMap": true,
|
||||
"skipLibCheck": true
|
||||
"skipLibCheck": true,
|
||||
"resolveJsonModule": true
|
||||
},
|
||||
"include": [
|
||||
"errors.ts",
|
||||
|
||||
Reference in New Issue
Block a user