Skip to content

Commit 320cecf

Browse files
author
zS1L3NT Mac
committed
🐛 fix cjs support gone issue
1 parent ff4480f commit 320cecf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ytmusic-api",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "YouTube Music API",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
/** Transpiler */
44
"target": "esnext",
55
"lib": ["esnext"],
6-
"module": "esnext",
7-
"moduleResolution": "bundler",
6+
"module": "commonjs",
7+
"moduleResolution": "node",
88
"esModuleInterop": true,
99
"allowSyntheticDefaultImports": true,
1010

0 commit comments

Comments
 (0)