@anatolyk/react-native-week-view
Version:
Week View Calendar for React Native
30 lines (29 loc) • 833 B
JSON
{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"isolatedModules": true,
"jsx": "react-native",
"lib": ["es2017"],
"moduleResolution": "node",
"noEmit": true,
"strict": true,
"target": "esnext",
"module": "commonjs", //esnext
"baseUrl": ".",
"skipLibCheck": true /* Skip type checking of declaration files. */,
"resolveJsonModule": true /* Allows importing modules with a ‘.json’ extension, which is a common practice in node projects. */,
"forceConsistentCasingInFileNames": true,
"types": ["jest"],
"strictNullChecks": true,
"noUncheckedIndexedAccess": true
},
"exclude": [
"node_modules",
"babel.config.js",
"metro.config.js",
"jest.config.js"
],
"include": ["src/**/*"]
}