* Bump yarn.lock for... reasons * Restyle DiscoverFeeds empty state (close #1236) * Fix: maintain search state in feed discovery (close #1204) * tsconfig fixes * Tweaks to yarn.lock
13 lines
295 B
JSON
13 lines
295 B
JSON
{
|
|
"extends": "@tsconfig/react-native/tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"types": ["node"],
|
|
"paths": {
|
|
"lib/*": ["./src/lib/*"],
|
|
"platform/*": ["./src/platform/*"],
|
|
"state/*": ["./src/state/*"],
|
|
"view/*": ["./src/view/*"]
|
|
}
|
|
}
|
|
}
|