Skip to content

Commit

Permalink
Update tsconfig.test.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson authored Dec 22, 2024
1 parent bdea72b commit b13113a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tsconfig.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"compilerOptions": {
"noEmit": true,
},
"include": [
// Type-based test files to check API
"test/types/"
]
"include": [
"test/types/"
]
}

0 comments on commit b13113a

Please sign in to comment.