rozenite-custom-commands
Version:
Add and execute custom commands in React Native via React Native DevTools powered by Rozenite
26 lines (25 loc) • 619 B
JSON
{
"compilerOptions": {
"target": "ES2020",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "ESNext",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
},
"include": [
"src/**/*",
"react-native.ts",
"rozenite.config.ts"
],
"exclude": ["node_modules", "dist", "build"]
}