Skip to content

Commit

Permalink
update typescript test too
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Feb 1, 2023
1 parent 6f56f0d commit 460b954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scenarios/v2-addon-dev-typescript-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ appScenarios
addon.pkg.name = 'v2-addon';
addon.pkg.files = ['dist'];
addon.pkg.exports = {
'./*': './dist/*',
'./*': './dist/*.js',
'./addon-main.js': './addon-main.js',
'./package.json': './package.json',
};
Expand Down

0 comments on commit 460b954

Please sign in to comment.