Skip to content

Commit

Permalink
chore: fix tsconfig nag about tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tale committed Mar 15, 2022
1 parent a4d7650 commit 285ea0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"exclude": ["test"],
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
Expand Down

0 comments on commit 285ea0d

Please sign in to comment.