react-youtube-iframe-player
Version:
A lightweight React hook wrapper for the YouTube IFrame API, making it easy to integrate YouTube videos in React applications.
21 lines • 339 B
JSON
{
"compilerOptions": {
"target": "ES6",
"module": "nodenext",
"isolatedModules": true,
"declaration": true,
"outDir": "dist",
"strict": true
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules",
"dist",
"**/*.test.ts",
"**/*.spec.ts",
"jest.config.js",
"*.config.js"
]
}