Skip to content

Commit d40fbc9

Browse files
committed
fix: typescript project warnings
1 parent 5eda0b8 commit d40fbc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/client/handlers/auth.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { IdentityResponseData } from '#src/client/types.js';
1+
import type { IdentityResponseData } from '#client/types.js';
22
import type { TLSConfig } from '#network/types.js';
33
import fs from 'node:fs';
44
import path from 'node:path';

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"allowSyntheticDefaultImports": true,
1414
"resolveJsonModule": true,
1515
"moduleResolution": "NodeNext",
16-
"module": "ESNext",
16+
"module": "NodeNext",
1717
"target": "ES2022",
1818
"baseUrl": "./src",
1919
"paths": {

0 commit comments

Comments
 (0)