tsconfig.json 258 B

123456789101112
  1. {
  2. "compilerOptions": {
  3. "allowSyntheticDefaultImports": true,
  4. "jsx": "react-native",
  5. "lib": ["dom", "esnext"],
  6. "moduleResolution": "node",
  7. "noEmit": true,
  8. "skipLibCheck": true,
  9. "resolveJsonModule": true,
  10. "strict": true
  11. }
  12. }