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 1ff640f + 7a2e305 commit 82aafc3Copy full SHA for 82aafc3
.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