Skip to content

Commit

Permalink
build: tweak typescript test
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Jan 9, 2025
1 parent 12d9277 commit 4fec820
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions examples/typescript/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { v4 } from 'uuid';
// eslint-disable-next-line no-unused-expressions, @typescript-eslint/no-unused-expressions
v4;
import * as uuid from 'uuid';

console.log(uuid);
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"release-please": "16.15.0",
"runmd": "1.4.1",
"standard-version": "9.5.0",
"typescript": "5.0.4",
"typescript": "5.7.3",
"typescript-eslint": "8.18.2"
},
"optionalDevDependencies": {
Expand Down

0 comments on commit 4fec820

Please sign in to comment.