react-native-expo-bottomsheet
Version:
A lightWeight and customizeble bottom sheet components for React Native Expo support. Includes Smooth animation
38 lines (36 loc) • 876 B
JSON
// {
// "compilerOptions": {
// "jsx": "react-native",
// "moduleResolution": "node",
// "target": "esnext",
// "lib": ["esnext"],
// "strict": true,
// "esModuleInterop": true,
// "skipLibCheck": true,
// "forceConsistentCasingInFileNames": true,
// "resolveJsonModule": true
// },
// "include": [
// "src/**/*.ts",
// "src/**/*.tsx",
// "node_modules/react-native-expo-bottomsheet",
// "index.d.ts"
// ],
// "exclude": ["node_modules"]
// }
{
"compilerOptions": {
"target": "es6",
"module": "esnext",
"lib": ["dom", "esnext"],
"allowJs": true,
"jsx": "react",
"declaration": true,
"outDir": "dist",
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"resolveJsonModule": true
},
"include": ["src"]
}