@blueprintjs/datetime
Version:
Components for interacting with dates and times
16 lines (15 loc) • 363 B
JSON
{
"extends": "../../../config/tsconfig.web",
"compilerOptions": {
"composite": true,
"outDir": "../lib/esm"
},
"exclude": [
"**/*.test.ts",
"**/*.test.tsx",
"common/dateFormatTestUtils.ts",
"common/dayPickerTestUtils.ts",
"common/loadDateFnsLocaleFake.ts",
"vitest-env.d.ts"
]
}