Skip to content

Commit

Permalink
fix broken test / tsc not able to find typedfinitions
Browse files Browse the repository at this point in the history
  • Loading branch information
thooyork committed May 24, 2023
1 parent e321a96 commit 20a466c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions common/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@
"baseUrl": ".",
"paths": {
"@common/*": ["./src/*"]
}
},
},
"include": [
"./src/**/*.ts",
]
],
"ts-node": {
"files": true
}
}

0 comments on commit 20a466c

Please sign in to comment.