We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eda0b8 commit d40fbc9Copy full SHA for d40fbc9
tests/client/handlers/auth.test.ts
@@ -1,4 +1,4 @@
1
-import type { IdentityResponseData } from '#src/client/types.js';
+import type { IdentityResponseData } from '#client/types.js';
2
import type { TLSConfig } from '#network/types.js';
3
import fs from 'node:fs';
4
import path from 'node:path';
tsconfig.json
@@ -13,7 +13,7 @@
13
"allowSyntheticDefaultImports": true,
14
"resolveJsonModule": true,
15
"moduleResolution": "NodeNext",
16
- "module": "ESNext",
+ "module": "NodeNext",
17
"target": "ES2022",
18
"baseUrl": "./src",
19
"paths": {
0 commit comments