Files
iNaturalistReactNative/tsconfig.json
T
Ryan StellyandJohannes Klein 63da9cbcfb upgrade to nativewind@4 (#3826)
* nativewind 4 spike

* themed and cssInterop fixes

* clearify comment on inline Animated.View styles

* remaining style fixes and supplementary agent docs

* fix pill button on media screens

---------

Co-authored-by: Johannes Klein <17345891+jtklein@users.noreply.github.com>
2026-08-24 20:23:03 -05:00

69 lines
1.1 KiB
JSON

{
"extends": "@react-native/typescript-config",
"compilerOptions": {
"baseUrl": ".",
"moduleResolution": "bundler",
"paths": {
"*": [
"src/*"
],
"appConstants": [
"src/appConstants"
],
"api": [
"src/api"
],
"components": [
"src/components"
],
"dictionaries": [
"src/dictionaries"
],
"i18n": [
"src/i18n"
],
"images": [
"src/images"
],
"navigation": [
"src/navigation"
],
"providers": [
"src/providers"
],
"realmModels": [
"src/realmModels"
],
"sharedHelpers": [
"src/sharedHelpers"
],
"sharedHooks": [
"src/sharedHooks"
],
"stores": [
"src/stores"
],
"styles": [
"src/styles"
],
"tests": [
"tests"
]
},
"strict": true,
"types": [
"nativewind/types",
"jest"
]
},
"include": [
"**/*.ts",
"**/*.tsx",
"nativewind-env.d.ts"
],
"exclude": [
"flow-typed",
"**/node_modules",
"**/Pods"
]
}