mantine-datepicker-jalali
Version:
jalali datepicker of mantine library
19 lines (18 loc) • 423 B
JSON
{
"include": ["src"],
"compilerOptions": {
"target": "ES2015",
"lib": ["DOM", "ESNext"],
"module": "ESNext",
"moduleResolution": "Node",
"jsx": "react",
"skipLibCheck": true,
"outDir": "temp",
"declaration": true,
"declarationMap": true,
"resolveJsonModule": true,
"declarationDir": "declarations",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
}
}