Skip to content

Commit 0c6fcfa

Browse files
fix(build): use bundler module resolution for TS6 CI
Agent-Logs-Url: https://github.com/kinde-oss/jwt-decoder/sessions/5084535a-5de2-4b3c-90d6-81b10b1d88d8 Co-authored-by: dtoxvanilla1991 <73205087+dtoxvanilla1991@users.noreply.github.com>
1 parent d5a2034 commit 0c6fcfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"skipLibCheck": true,
88

99
/* Bundler mode */
10-
"moduleResolution": "Node",
10+
"moduleResolution": "Bundler",
1111
"allowImportingTsExtensions": true,
1212
"resolveJsonModule": true,
1313
"isolatedModules": true,

0 commit comments

Comments
 (0)