We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b75fd01 commit bdc446dCopy full SHA for bdc446d
1 file changed
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