react-native-switch-month-week
Version:
react native calendar with a week and month view
38 lines • 779 B
JSON
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
// "outDir": "dist",
"esModuleInterop": true,
"moduleResolution": "node",
"jsx": "react-native",
"skipLibCheck": true,
// "resolveJsonModule": true,
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noEmit": false,
"checkJs": false,
"allowJs": false,
// "emitDeclarationOnly": true,
// "noImplicitAny": false
"declaration": true,
"baseUrl": ".",
"paths": {
"react-native-switch-month-week": [
"src/index.ts"
]
}
},
"include": [
"**/*.ts",
"**/*.tsx"
],
"exclude": [
"node_modules",
"babel.config.js",
"metro.config.js",
"jest.config.js",
"jsconfig.json"
]
}