Skip to content
This repository was archived by the owner on Sep 24, 2019. It is now read-only.

Commit 807e8f3

Browse files
committed
🔧 add declarations.d.ts :/
Wish I didn't have to do this, but typescript makes you declare every untyped module that you want to use in a separate file. See microsoft/TypeScript#6615 and http://www.typescriptlang.org/docs/handbook/modules.html#shorthand-ambient-modules.
1 parent 667de6e commit 807e8f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

declarations.d.ts

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
declare module "react-traverse";
2+
declare module "react-motion";
3+
declare module "src/*";
4+
declare module "test/*";

0 commit comments

Comments
 (0)