Skip to content

Commit

Permalink
chore: no strip types
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Jan 13, 2025
1 parent f91f59d commit 4209bb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .mocharc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"timeout": 60000,
"watch-extensions": ["ts"],
"watch-files": ["src", "test"],
"watch-ignore": ["test/tmp"]
"watch-ignore": ["test/tmp"],
"node-option": ["no-experimental-strip-types"]
}

0 comments on commit 4209bb6

Please sign in to comment.