diff options
Diffstat (limited to 'examples/with-react-native-web/packages/ui/tsconfig.json')
| -rw-r--r-- | examples/with-react-native-web/packages/ui/tsconfig.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/with-react-native-web/packages/ui/tsconfig.json b/examples/with-react-native-web/packages/ui/tsconfig.json new file mode 100644 index 0000000..f0455ac --- /dev/null +++ b/examples/with-react-native-web/packages/ui/tsconfig.json @@ -0,0 +1,8 @@ +{ + "extends": "tsconfig/react-native-library", + "include": ["."], + "exclude": ["dist", "build", "node_modules"], + "compilerOptions": { + "strict": true + } +} |
