Files
react-native-svg/apps/examples/tsconfig.json
Bohdan Artiukhov 7c1602e291 feat: change folders structure (#2319)
# Summary
extract the shared example and use it in example and fabric-example, macos-example

## Test Plan

Run those apps manually.
2024-07-05 13:00:13 +02:00

5 lines
88 B
JSON

{
"extends": "../../tsconfig.json",
"include": ["**/*.ts", "**/*.tsx", "**/*.js"]
}