// tsconfig.spec.json { "extends": "./tsconfig.json", "include": [ "**/*.spec.ts" ], "compilerOptions": { "jsx": "react-native" } }