Skip to content

Commit

Permalink
added TS config specific to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Oaphi committed Aug 11, 2021
1 parent 673448a commit 64d4895
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"noEmit": true
},
"include": ["."],
"exclude": ["src", "dist"]
}

0 comments on commit 64d4895

Please # to comment.