Skip to content

Commit

Permalink
fix detail in test-tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Jul 8, 2024
1 parent bb7aaf3 commit 014d370
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
{
"compilerOptions": {
"noEmit": true,
"declaration": false,
"declarationMap": false,
"lib": ["es2015", "esnext.asynciterable", "ES2021.WeakRef"],
"types": ["jest", "node", "./testing/matchers/index.d.ts"]
},
Expand Down

0 comments on commit 014d370

Please sign in to comment.