Skip to content

Commit 7e86a9a

Browse files
authored
appease the TS overlords
1 parent 45b531c commit 7e86a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/typescript-validate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// THIS CODE IS NOT EXECUTED. IT IS JUST FOR TYPECHECKING
33
// ************************************************************
44

5-
import { createAppAuth } from "../src";
5+
import { createAppAuth } from "../src/index.js";
66
function isString(what: string) {}
77

88
export async function readmeExample() {

0 commit comments

Comments
 (0)