We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61dc54 commit e37ffa8Copy full SHA for e37ffa8
2 files changed
package.json
@@ -27,7 +27,7 @@
27
"react": "^18.0.0",
28
"react-dom": "^18.0.0",
29
"tsdown": "^0.21.0",
30
- "typescript": "~5.9.0",
+ "typescript": "~6.0.3",
31
"typescript-eslint": "^8.54.0",
32
"vitest": "^4.0.18"
33
},
tsconfig.json
@@ -5,7 +5,8 @@
5
"jsx": "react-jsx",
6
"outDir": "dist",
7
"esModuleInterop": true,
8
- "skipLibCheck": true
+ "skipLibCheck": true,
9
+ "types": ["youtube"]
10
11
"include": ["src/*.tsx", "src/*.ts"]
12
}
0 commit comments