We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17fe9b4 commit c151c1aCopy full SHA for c151c1a
services/collaboration/tsconfig.json
@@ -2,7 +2,7 @@
2
"compilerOptions": {
3
"target": "ES6",
4
"module": "CommonJS",
5
- "rootDir": ".",
+ "rootDir": "./src",
6
"outDir": "./dist",
7
"strict": true,
8
"esModuleInterop": true,
services/history/tsconfig.json
@@ -14,7 +14,7 @@
14
{ "path": "./src" },
15
{ "path": "./tests" }
16
],
17
- "exclude": ["node_modules"],
+ "exclude": ["node_modules", "dist"],
18
"ts-node": {
19
"files": true
20
}
0 commit comments