Skip to content

Commit

Permalink
fix for error "Class constructor Model cannot be invoked without 'new'"
Browse files Browse the repository at this point in the history
  • Loading branch information
Smarthard committed Jul 26, 2020
1 parent 9fe21ae commit f9d686c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -7,7 +7,7 @@
"moduleResolution": "Node",
"outDir": "./dist/",
"resolveJsonModule": true,
"target": "es5",
"target": "es6",
"sourceMap": true,

/* Strict Type-Checking Options */
Expand Down

0 comments on commit f9d686c

Please sign in to comment.