UNPKG

create-automaticgpt-template

Version:

AutomaticGPT - A production-ready Expo template with AI chat, authentication, conversation management, analytics, and sharing features

13 lines (12 loc) 251 B
{ "compilerOptions": { "baseUrl": ".", "paths": { "@/*": ["./src/*"] }, "lib": ["ES2017"], "strict": true }, "extends": "expo/tsconfig.base", "include": ["global.d.ts", "**/*.ts", "**/*.tsx", "nativewind-env.d.ts"] }