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 ff4480f commit 320cecfCopy full SHA for 320cecf
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ytmusic-api",
3
- "version": "5.0.1",
+ "version": "5.0.2",
4
"description": "YouTube Music API",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
tsconfig.json
@@ -3,8 +3,8 @@
/** Transpiler */
"target": "esnext",
"lib": ["esnext"],
- "module": "esnext",
7
- "moduleResolution": "bundler",
+ "module": "commonjs",
+ "moduleResolution": "node",
8
"esModuleInterop": true,
9
"allowSyntheticDefaultImports": true,
10
0 commit comments