Skip to content

Commit cb54a50

Browse files
fix: update tsconfig.release.json to use bundler moduleResolution for TypeScript 6.0 compatibility
Agent-Logs-Url: https://github.com/crispthinking/athena-nodejs-client/sessions/3403a7a5-c38c-4621-a5f3-db20ee3fd51a Co-authored-by: anna-singleton-resolver <199753965+anna-singleton-resolver@users.noreply.github.com>
1 parent f338af2 commit cb54a50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.release.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"removeComments": true,
66
"rootDir": "src",
77
"module": "es2022",
8-
"moduleResolution": "node",
8+
"moduleResolution": "bundler",
99
"target": "es2022",
1010
"declaration": true,
1111
"verbatimModuleSyntax": false,

0 commit comments

Comments
 (0)