Skip to content

Commit

Permalink
Appended typescript config file
Browse files Browse the repository at this point in the history
  • Loading branch information
RinMinase committed Apr 9, 2020
1 parent 3b35b28 commit 4195537
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"strictMetadataEmit": true,
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true,
"enableResourceInlining": true
"enableResourceInlining": true,
"disableTypeScriptVersionCheck": true
},
"files": [ "src/public_api.ts", "src/lib/base-chart.directive.ts" ],
"include": [ "src/**/*.ts" ]
Expand Down

0 comments on commit 4195537

Please sign in to comment.