tsconfig.json 85 B

123456
  1. {
  2. "extends": "expo/tsconfig.base",
  3. "compilerOptions": {
  4. "strict": true
  5. }
  6. }