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 eea7bec commit ff4480fCopy full SHA for ff4480f
‎package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ytmusic-api",
3
- "version": "5.0.0",
+ "version": "5.0.1",
4
"description": "YouTube Music API",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
@@ -11,7 +11,7 @@
11
"url": "https://github.com/zS1L3NT/ts-npm-ytmusic-api"
12
},
13
"scripts": {
14
- "build": "tsc",
+ "build": "tsc && rm tsconfig.tsbuildinfo",
15
"clean": "tsc --noEmit && eslint src --fix && prettier src --write && rm tsconfig.tsbuildinfo"
16
17
"dependencies": {
‎tsconfig.json
@@ -31,7 +31,7 @@
31
"forceConsistentCasingInFileNames": true,
32
33
/** Other */
34
- "noEmit": true,
+ "noEmit": false,
35
"allowJs": true,
36
"jsx": "react-jsx",
37
"skipLibCheck": true,
0 commit comments