Skip to content

Commit

Permalink
fix: add extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
whxaxes committed May 14, 2021
1 parent 274435a commit 7e49353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/espower-typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const sourceCache = {};
const cwd = process.cwd();

espowerTypeScript({
pattern: path.resolve(cwd, 'test/**/*.ts'),
pattern: path.resolve(cwd, 'test/**/*.@(ts|tsx)'),
extensions: [ 'ts', 'tsx' ],
});

Expand Down

0 comments on commit 7e49353

Please sign in to comment.