diff --git a/client/src/global.d.ts b/client/src/global.d.ts new file mode 100644 index 0000000..2bc1485 --- /dev/null +++ b/client/src/global.d.ts @@ -0,0 +1,2 @@ +declare module 'react-hotkeys'; +declare module 'react-syntax-highlighter'; \ No newline at end of file