Skip to content

Commit 5c7c3b2

Browse files
authored
chore: remove tsc path from package.json (#241)
1 parent 98017a9 commit 5c7c3b2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/react-native-bottom-tabs/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@
105105
"typescript",
106106
{
107107
"project": "tsconfig.build.json",
108-
"esm": true,
109-
"tsc": "../../node_modules/.bin/tsc"
108+
"esm": true
110109
}
111110
]
112111
]

packages/react-navigation/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@
103103
"typescript",
104104
{
105105
"project": "tsconfig.build.json",
106-
"esm": true,
107-
"tsc": "../../node_modules/.bin/tsc"
106+
"esm": true
108107
}
109108
]
110109
]

0 commit comments

Comments
 (0)