Skip to content

Commit 9f8962c

Browse files
Dawid Małeckifacebook-github-bot
authored andcommitted
Change reference path to use reference type in index.d.ts
Summary: dtslint throws an error when <reference path> is used to reference another package. The suggested approach is to use <reference types> instead. It requires that the [email protected] is used. Differential Revision: D69749044
1 parent f8627e5 commit 9f8962c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
// Mateusz Wit <https://github.com/MateWW>
5252
// Saad Najmi <https://github.com/saadnajmi>
5353
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
54-
// Minimum TypeScript Version: 4.8
54+
// Minimum TypeScript Version: 4.9
5555

5656
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
5757
//

0 commit comments

Comments
 (0)