Skip to content

Commit

Permalink
fixup! chore(typings): add *.svg to global ts extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Aug 13, 2021
1 parent b2883e2 commit 792f10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/custom-global/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Generic typings for non typescript/javascript.
* Generic typings for sass files.
*/
declare module '*.scss' {
const styles: { [className: string]: string };
Expand Down

0 comments on commit 792f10e

Please sign in to comment.