Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Add TS compiler flags for i18n to tsconfig.json (#76)
Browse files Browse the repository at this point in the history
 Add TS compiler flags for i18n to tsconfig.json
  • Loading branch information
thinkh authored Dec 12, 2019
2 parents e4b1c74 + 34620a0 commit ab2e22a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
],
"baseUrl": "../",
"noImplicitAny": false,
"skipLibCheck": true
"skipLibCheck": true,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true
},
"include": [
"src/**/*.ts",
Expand Down

0 comments on commit ab2e22a

Please sign in to comment.