Skip to content

Commit 47d2ddb

Browse files
authored
Merge pull request #3 from md2docx/chore/fix-ts-build
chore: promptshield + tsconfig updates
2 parents 62838f1 + fc1983d commit 47d2ddb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ coverage
1616
tsup.config.bundled*
1717
*.patch
1818
.merge-backups
19+
20+
# Promptshield
21+
.promptshield

.vscode/extensions.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
{
2-
"recommendations": ["mayank1513.trello-kanban-task-board"]
1+
{
2+
"recommendations": [
3+
"mayank1513.trello-kanban-task-board",
4+
"mayank1513.promptshield"
5+
]
36
}

lib/tsconfig-build.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "@repo/typescript-config/react-library.json",
33
"compilerOptions": {
4+
"rootDir": "./src",
45
"outDir": "dist",
56
"noEmit": false,
67
"emitDeclarationOnly": true,

0 commit comments

Comments
 (0)