Skip to content

Commit

Permalink
Another try at ts
Browse files Browse the repository at this point in the history
  • Loading branch information
LimZiJia committed Nov 13, 2024
1 parent c151c1a commit 1fcf10a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/history/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{ "path": "./src" },
{ "path": "./tests" }
],
"exclude": ["node_modules", "dist"],
"exclude": ["node_modules"],
"ts-node": {
"files": true
}
Expand Down
2 changes: 1 addition & 1 deletion services/question/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{ "path": "./src" },
{ "path": "./tests" }
],
"exclude": ["node_modules"],
"exclude": ["node_modules", "dist"],
"ts-node": {
"files": true
}
Expand Down

0 comments on commit 1fcf10a

Please sign in to comment.