Skip to content

Commit

Permalink
Try fix ts
Browse files Browse the repository at this point in the history
  • Loading branch information
LimZiJia committed Nov 13, 2024
1 parent 17fe9b4 commit c151c1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/collaboration/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"target": "ES6",
"module": "CommonJS",
"rootDir": ".",
"rootDir": "./src",
"outDir": "./dist",
"strict": true,
"esModuleInterop": true,
Expand Down
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"],
"exclude": ["node_modules", "dist"],
"ts-node": {
"files": true
}
Expand Down

0 comments on commit c151c1a

Please sign in to comment.