Skip to content

Commit 4030f8d

Browse files
olivier-landoThibaultBee
authored andcommitted
fix: ts-config
1 parent f773647 commit 4030f8d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

src/__tests__/index.test.tsx

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const LINKING_ERROR =
77
'- You rebuilt the app after installing the package\n' +
88
'- You are not using Expo Go\n';
99

10+
// @ts-ignore
1011
const isTurboModuleEnabled = global.__turboModuleProxy != null;
1112

1213
const ApiVideoUploaderModule = isTurboModuleEnabled

tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"extends": "@react-native/typescript-config/tsconfig.json"
2+
"extends": "@react-native/typescript-config/tsconfig.json",
3+
"compilerOptions": {
4+
"noEmit": false
5+
}
36
}

0 commit comments

Comments
 (0)