Skip to content

Commit

Permalink
add prod tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
DaoDaoNoCode committed Jul 28, 2023
1 parent a39b3d8 commit b739319
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ node_modules/
.vscode/
.idea/
tests/
**/src/__mocks__/
**/src/__tests__/
**/__mocks__/
**/__tests__/
**/.storybook/
scripts/
manifests/
Expand Down
6 changes: 6 additions & 0 deletions backend/tsconfig.prod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "./tsconfig",
"exclude": [
"src/__tests__/"
]
}

0 comments on commit b739319

Please sign in to comment.