react-native-webview.git

tsconfig.json 238B

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. }
  11. }