fix: example types (#2508)

# Summary

Fixes small mistake introduced in #2507
This commit is contained in:
Jakub Grzywacz
2024-10-25 16:20:30 +02:00
committed by GitHub
parent b3b175a7fb
commit 36aecda8c6

View File

@@ -4,9 +4,9 @@
"moduleSuffixes": [".macos", ""],
"baseUrl": ".",
"paths": {
"react-native-svg": ["../src"],
"react-native-svg/css": ["../src/css/index.tsx"],
"react-native-svg/filter-image": ["../src/filter-image/index.tsx"],
"react-native-svg": ["../../src"],
"react-native-svg/css": ["../../src/css/index.tsx"],
"react-native-svg/filter-image": ["../../src/filter-image/index.tsx"],
"react-native-reanimated": [
"../example/node_modules/react-native-reanimated"
],