Files
react-native-svg/apps/common/tsconfig.json
Jakub Grzywacz 0c4f58d9f5 refactor: rename example to paper-example (#2509)
# Summary

Rename example app to match the pattern.
2024-10-25 17:15:00 +02:00

29 lines
952 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"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-reanimated": [
"../fabric-example/node_modules/react-native-reanimated"
],
"react-native-view-shot": [
"../fabric-example/node_modules/react-native-view-shot"
],
"@react-navigation/*": [
"../fabric-example/node_modules/@react-navigation/*"
],
"react-native-gesture-handler": [
"../fabric-example/node_modules/react-native-gesture-handler"
],
"@react-native-async-storage/async-storage": [
"../fabric-example/node_modules/@react-native-async-storage/async-storage"
]
}
},
"include": ["**/*.ts", "**/*.tsx", "**/*.js"]
}