From 9700faff07966db4eff8f1a8da091f1ea8894f15 Mon Sep 17 00:00:00 2001 From: brklntmhwk_w <86272619+brklntmhwk@users.noreply.github.com.> Date: Tue, 29 Oct 2024 14:43:04 +0900 Subject: [PATCH] fifth commit --- README.md | 4 ++++ tsconfig.json | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fd125ae..e2919cf 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/tsconfig.json b/tsconfig.json index 0553219..5260bc3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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",