date-picker-modal
Version:
A React date picker modal for selecting dates with a Persian calendar
18 lines (15 loc) • 357 B
JSON
{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"jsx": "react-jsx",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"declaration": true,
"outDir": "dist",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true
},
"include": ["src", "declaration.d.ts"]
}