Skip to content

Commit 603281e

Browse files
committed
Fix issues with clashing types.
1 parent ffd81b6 commit 603281e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import { Provider } from 'react-redux';
88
import { App } from './components/app';
99
import { counterApp } from './reducers';
1010

11+
declare const require: (name: String) => any;
12+
1113
interface IHotModule {
1214
hot?: { accept: (path: string, callback: () => void) => void };
1315
};

tsd.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
},
1717
"react/react.d.ts": {
1818
"commit": "ba424f7ee39717d51c17699a09ac8df312a7e9a1"
19-
},
20-
"node/node.d.ts": {
21-
"commit": "ba424f7ee39717d51c17699a09ac8df312a7e9a1"
2219
}
2320
}
2421
}

0 commit comments

Comments
 (0)