Skip to content

Commit ecedf55

Browse files
authored
Merge pull request #33 from react18-tools/chore/fix-ts-build
chore: promptshield + tsconfig updates
2 parents 2f31494 + 52ef282 commit ecedf55

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
@@ -15,3 +15,6 @@ coverage
1515

1616
# temporary files
1717
tsup.config.bundled*
18+
19+
# Promptshield
20+
.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": ["esbenp.prettier-vscode", "mayank1513.trello-kanban-task-board"]
1+
{
2+
"recommendations": [
3+
"mayank1513.promptshield",
4+
"mayank1513.trello-kanban-task-board"
5+
]
36
}

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)