19 lines
428 B
JSON
19 lines
428 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|