We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62838f1 + fc1983d commit 47d2ddbCopy full SHA for 47d2ddb
.gitignore
@@ -16,3 +16,6 @@ coverage
16
tsup.config.bundled*
17
*.patch
18
.merge-backups
19
+
20
+# Promptshield
21
+.promptshield
.vscode/extensions.json
@@ -1,3 +1,6 @@
1
-{
2
- "recommendations": ["mayank1513.trello-kanban-task-board"]
+{
+ "recommendations": [
3
+ "mayank1513.trello-kanban-task-board",
4
+ "mayank1513.promptshield"
5
+ ]
6
}
lib/tsconfig-build.json
@@ -1,6 +1,7 @@
{
"extends": "@repo/typescript-config/react-library.json",
"compilerOptions": {
+ "rootDir": "./src",
"outDir": "dist",
"noEmit": false,
7
"emitDeclarationOnly": true,
0 commit comments