UNPKG

create-nova-expo-template

Version:

A template for creating a new React Native app using Expo and TypeScript, with a focus on performance and best practices.

20 lines (19 loc) 337 B
{ "extends": "expo/tsconfig.base", "compilerOptions": { "strict": true, "baseUrl": "./", "moduleResolution": "node", "paths": { "@/*": ["./*"] } }, "include": [ "**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts", "app/**/*.ts", "app/**/*.tsx" ] }