Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"recommendations": [
"esbenp.prettier-vscode",
"mayank1513.trello-kanban-task-board",
"mayank1513.promptshield"
]
{
"recommendations": [
"mayank1513.promptshield",
"mayank1513.trello-kanban-task-board",
"mayank1513.promptshield"
]
}
1 change: 1 addition & 0 deletions lib/tsconfig-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// using tsc for type declarations as "Note that declaration files generated by any tool other than tsc are not guaranteed to be error-free, so it's a good idea to test the output with tsc" - https://tsup.egoist.dev/#generate-declaration-file
"extends": "@repo/typescript-config/react-library.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "dist",
"noEmit": false,
"emitDeclarationOnly": true,
Expand Down
Loading