crisli-picker
Version:
A modern, customizable date and time picker library for React applications with configurable time intervals and booking system support
29 lines (28 loc) • 629 B
JSON
{
"compilerOptions": {
"target": "es5",
"lib": ["dom", "dom.iterable", "es6"],
"allowJs": false,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"declaration": true,
"declarationMap": true
},
"include": [
"**/*.d.ts",
"test-types.tsx"
],
"exclude": [
"node_modules"
]
}