Skip to content

Commit

Permalink
Fix build with declaring types for pluhin-proposal-decoratos (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaKrishnaNamburu authored and guybedford committed Apr 8, 2023
1 parent 7d1c1c3 commit 916fce0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deps.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ declare module '@babel/plugin-proposal-numeric-separator';
declare module '@babel/plugin-proposal-export-default-from';
declare module '@babel/plugin-proposal-export-namespace-from';
declare module 'babel-plugin-transform-cjs-dew';
declare module '@babel/plugin-proposal-decorators'
declare module 'terser';
declare module 'crypto';
declare module 'os';
Expand Down

0 comments on commit 916fce0

Please sign in to comment.