Skip to content

Commit 0e9791a

Browse files
authored
feat(instr-tedious): support tedious@18 (#2381)
tedious@18 adds its own .d.ts files. Compiling with them requires TypeScript v5, and either target:'es2022' for 'AggregateError' or using skipLibCheck:true in tsconfig.json. This change limits the update to TypeScript v5 to just while testing tedious@18 via test-all-versions' support for 'peerDependencies'. THis also drops ts-mocha in favour of 'mocha --require ts-node/register' as was done on opentelemetry-js.git in open-telemetry/opentelemetry-js#4840 Closes: #2266
1 parent b169191 commit 0e9791a

File tree

8 files changed

+287
-24
lines changed

8 files changed

+287
-24
lines changed

package-lock.json

Lines changed: 243 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)