UNPKG

react-period-of-stay-input

Version:

React.js component for entering a period of stay in a hotel: check-in + check-out date

17 lines (16 loc) 295 B
{ "compilerOptions": { "outDir": "./dist/", "strict": true, "module": "commonjs", "allowSyntheticDefaultImports": true, "target": "ES5", "lib": ["ES2015", "DOM"], "jsx": "react", "declaration": true }, "include": [ "./src/*.tsx", "./src/*.ts" ] }