react-native-mui-stepper
Version:
Урезанные Stepper-компоненты для React Native в стиле Material-UI (MUI)
17 lines • 450 B
JSON
{
"compilerOptions": {
"target": "ES2017",
"module": "ESNext",
"jsx": "react",
"declaration": true,
"declarationDir": "dist",
"outDir": "dist",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"moduleResolution": "node",
"skipLibCheck": true,
"strict": true,
"baseUrl": "../"
},
"include": ["../Stepper.tsx", "../Step.tsx", "../StepLabel.tsx", "../StepConnector.tsx", "index.ts"]
}