Skip to content

Commit c151c1a

Browse files
committed
Try fix ts
1 parent 17fe9b4 commit c151c1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/collaboration/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"target": "ES6",
44
"module": "CommonJS",
5-
"rootDir": ".",
5+
"rootDir": "./src",
66
"outDir": "./dist",
77
"strict": true,
88
"esModuleInterop": true,

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"],
17+
"exclude": ["node_modules", "dist"],
1818
"ts-node": {
1919
"files": true
2020
}

0 commit comments

Comments
 (0)