react-day-picker / tsconfig-docs.json
AbdulElahGwaith's picture
Upload folder using huggingface_hub
cf86710 verified
{
"extends": "./tsconfig-base.json",
"compilerOptions": {
"paths": {
"@/test/*": ["./test/*"]
},
"noEmit": true,
"types": ["node", "jest", "@testing-library/jest-dom"],
"lib": ["dom", "dom.iterable", "esnext"]
},
"include": ["src"],
"exclude": ["website", "**/*.test.*"]
}