Skip to content

Commit

Permalink
build: change emit module of tsc to esnext
Browse files Browse the repository at this point in the history
for compatibility with plopfile, as it throws error if it's a commonjs
file
  • Loading branch information
maverox committed May 18, 2024
1 parent 8f89b98 commit d2ca7f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/create-webpack-app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
"module": "esnext"
},
"include": ["src"],
"references": [
Expand Down

0 comments on commit d2ca7f6

Please sign in to comment.