Skip to content

Commit

Permalink
Merge pull request #15 from InocentumAbhijit/master
Browse files Browse the repository at this point in the history
Fixed ES5 class issue with latest NativeScript v7.0.11 and Angular v11.0.2
  • Loading branch information
dudipsh authored Dec 7, 2020
2 parents d925dba + d39757b commit d1cd517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"target": "es6",
"module": "commonjs",
"declaration": true,
"removeComments": true,
Expand Down

0 comments on commit d1cd517

Please sign in to comment.