Skip to content

Commit

Permalink
Add tsconfig option (ci-deploy)
Browse files Browse the repository at this point in the history
 "allowSyntheticDefaultImports": true,
  • Loading branch information
benwinding committed Jan 4, 2021
1 parent 0c35651 commit d6e2f67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/.ngext/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"module": "esnext",
"moduleResolution": "node",
Expand Down

0 comments on commit d6e2f67

Please sign in to comment.