tsconfig.json 163 B

123456
  1. {
  2. "compilerOptions": {},
  3. "extends": "expo/tsconfig.base",
  4. "include": ["src/**/*", "./App.tsx", "./declarations.d.ts"],
  5. "exclude": ["node_modules"]
  6. }