Skip to content

Commit

Permalink
fix(pwt): correctly import ts config with types
Browse files Browse the repository at this point in the history
  • Loading branch information
DudaGod committed Jul 24, 2024
1 parent 250b841 commit bf26015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/bundle/transformer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const setupTransformHook = (): VoidFunction => {
babelrc: false,
configFile: false,
compact: false,
presets: [require('@babel/preset-typescript')],
plugins: [
require('@babel/plugin-transform-modules-commonjs')
]
Expand Down

0 comments on commit bf26015

Please sign in to comment.