Skip to content

Commit

Permalink
fix(cli): Build bodiless cli as commonjs (#1549)
Browse files Browse the repository at this point in the history
## Changes
Ensure bodiless cli modules are built as commonJs
  • Loading branch information
wodenx committed Apr 12, 2022
1 parent dfa818a commit 916f9df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/bodiless-cli/tsconfig.json
Expand Up @@ -2,6 +2,7 @@
"extends": "../../tsconfig.settings.json",
"compilerOptions": {
"target": "es2017",
"module": "CommonJS",
"rootDir": "src",
"outDir": "lib",
"baseUrl": "."
Expand Down

0 comments on commit 916f9df

Please sign in to comment.