Skip to content

Commit 82aafc3

Browse files
authored
Merge pull request #11 from md2docx/chore/fix-ts-build
chore: promptshield + tsconfig updates
2 parents 1ff640f + 7a2e305 commit 82aafc3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.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)