@asafarim/paginated-project-grid
Version:
A responsive React component for displaying paginated project cards with built-in search functionality
34 lines (30 loc) • 948 B
JSON
{
"compilerOptions": {
"target": "ES2020",
"useDefineForClassFields": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
/* Path Mappings */
"baseUrl": ".",
"paths": {
"@asafarim/paginated-project-grid": ["../node_modules/@asafarim/paginated-project-grid"],
"@asafarim/project-card": ["../node_modules/@asafarim/project-card"],
"@asafarim/shared": ["../node_modules/@asafarim/shared"]
},
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
}