Skip to content

Commit

Permalink
fifth commit
Browse files Browse the repository at this point in the history
  • Loading branch information
brklntmhwk committed Oct 29, 2024
1 parent 65eaca7 commit 9700faf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ Some key takeaways are:
- It seems technically feasible but the use case of this might be rare
- Customizable class names for image & content wrapper tags

## TODO(s)

- [ ] add a demo screenshot of the actual `card-grid` & `card` combination to this page

## License

This project is licensed under the MIT License, see the LICENSE file for more details.
7 changes: 4 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@
"allowJs": true,
"esModuleInterop": true,
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"verbatimModuleSyntax": true,
"noEmit": true,
"strict": true,
"skipLibCheck": true,
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noPropertyAccessFromIndexSignature": false
"noPropertyAccessFromIndexSignature": false,
"outDir": "dist",
"declaration": true,
"declarationDir": "dist"
},
"include": [
"src",
Expand Down

0 comments on commit 9700faf

Please sign in to comment.