Skip to content

Commit

Permalink
fix(adapters): alterado modulo para commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
guiseek committed Oct 14, 2021
1 parent 801df8b commit 71d80db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/adapters/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"outDir": "../../dist/out-tsc",
"declaration": true,
"types": [],
"module": "CommonJS",
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitReturns": true,
Expand Down

0 comments on commit 71d80db

Please sign in to comment.