aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-react-native-web/packages/tsconfig/react-native-library.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-react-native-web/packages/tsconfig/react-native-library.json')
-rw-r--r--examples/with-react-native-web/packages/tsconfig/react-native-library.json13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/with-react-native-web/packages/tsconfig/react-native-library.json b/examples/with-react-native-web/packages/tsconfig/react-native-library.json
deleted file mode 100644
index d03da4b..0000000
--- a/examples/with-react-native-web/packages/tsconfig/react-native-library.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "$schema": "https://json.schemastore.org/tsconfig",
- "display": "React Native Library",
- "extends": "./base.json",
- "compilerOptions": {
- "allowJs": true,
- "jsx": "react",
- "lib": ["DOM", "ESNext"],
- "noEmit": true,
- "resolveJsonModule": true,
- "target": "ESNext"
- }
-}