Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm committed Dec 30, 2024
1 parent 96e7026 commit 0526b32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,9 @@
"ts-node": {
"esm": true,
"experimentalSpecifierResolution": "node",
// Fix typescript@>=5.6.0 breaking [email protected]
// WARN: this will skip type checking!
// https://github.com/nodejs/node/issues/48207#issuecomment-1880644283
"transpileOnly": true
}
}

0 comments on commit 0526b32

Please sign in to comment.