UNPKG

create-sellflow

Version:

Pre-built cross-platform Shopify app template

24 lines 373 B
{ "extends": "expo/tsconfig.base", "compilerOptions": { "strict": true, "paths": { "@/*": [ "./*" ], "~/*": [ "./*" ], "tailwind.config": [ "./tailwind.config.js" ] } }, "include": [ "**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts", "nativewind-env.d.ts" ] }