Skip to content

Commit

Permalink
esModuleInterop
Browse files Browse the repository at this point in the history
  • Loading branch information
amitdahan committed Jul 11, 2023
1 parent 108c3e1 commit b475566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/ngx-filesize-demo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{
"compileOnSave": false,
"compilerOptions": {
"esModuleInterop": true,
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"forceConsistentCasingInFileNames": true,
Expand Down
1 change: 1 addition & 0 deletions packages/ngx-filesize/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{
"compileOnSave": false,
"compilerOptions": {
"esModuleInterop": true,
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"forceConsistentCasingInFileNames": true,
Expand Down

0 comments on commit b475566

Please sign in to comment.