Skip to content

Commit 575efdd

Browse files
authored
Merge pull request #7 from md2docx/chore/fix-ts-build
chore: promptshield + tsconfig updates
2 parents bd68f99 + 08b8f98 commit 575efdd

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.vscode/extensions.json

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

lib/tsconfig-build.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// 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
33
"extends": "@repo/typescript-config/react-library.json",
44
"compilerOptions": {
5+
"rootDir": "./src",
56
"outDir": "dist",
67
"noEmit": false,
78
"emitDeclarationOnly": true,

0 commit comments

Comments
 (0)