Skip to content

Commit

Permalink
Fix all of the playground type errors (facebook#2116)
Browse files Browse the repository at this point in the history
* Fix several playground errors

* Fix more types

* Remove ts-ignores

* Small fix

* Small fix

* Small changes

* Remove unnecessary dep

* Add katex types

* Small fix
  • Loading branch information
thegreatercurve authored May 10, 2022
1 parent 7b886c8 commit f6986cf
Show file tree
Hide file tree
Showing 62 changed files with 460 additions and 3,053 deletions.
12 changes: 12 additions & 0 deletions libdefs/globals.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
declare module '*.svg' {
const content: any;
export default content;
}
declare module '*.gif' {
const content: any;
export default content;
}
declare module '*.jpg' {
const content: any;
export default content;
}
Loading

0 comments on commit f6986cf

Please sign in to comment.