feat(calendar): expose an accessible calendar picker
This commit is contained in:
18
webui/tsconfig.calendar-picker-tests.json
Normal file
18
webui/tsconfig.calendar-picker-tests.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"lib": ["ES2020", "DOM"],
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"module": "CommonJS",
|
||||
"moduleResolution": "Node",
|
||||
"noEmit": false,
|
||||
"outDir": ".calendar-picker-test-build",
|
||||
"rootDir": "."
|
||||
},
|
||||
"include": [
|
||||
"tests/calendar-picker.test.ts",
|
||||
"src/features/calendar/calendarPickerLogic.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user