Skip to content

Commit 1fcf10a

Browse files
committed
Another try at ts
1 parent c151c1a commit 1fcf10a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/history/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{ "path": "./src" },
1515
{ "path": "./tests" }
1616
],
17-
"exclude": ["node_modules", "dist"],
17+
"exclude": ["node_modules"],
1818
"ts-node": {
1919
"files": true
2020
}

services/question/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{ "path": "./src" },
1515
{ "path": "./tests" }
1616
],
17-
"exclude": ["node_modules"],
17+
"exclude": ["node_modules", "dist"],
1818
"ts-node": {
1919
"files": true
2020
}

0 commit comments

Comments
 (0)