Skip to content

Commit 81780b9

Browse files
committed
[LOCAL] Reference global.d.ts using path not types
1 parent 60f172c commit 81780b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
/// <reference path="modules/BatchedBridge.d.ts" />
6969
/// <reference path="modules/Codegen.d.ts" />
7070
/// <reference path="modules/Devtools.d.ts" />
71-
/// <reference types="../src/types/globals.d.ts" />
71+
/// <reference path="../src/types/globals.d.ts" />
7272
/// <reference path="modules/LaunchScreen.d.ts" />
7373

7474
export * from '../Libraries/ActionSheetIOS/ActionSheetIOS';

0 commit comments

Comments
 (0)