add react-youtube definition file (#20037)

* add react-youtube

* strictNullChecks:true
This commit is contained in:
kgtkr
2017-09-27 02:47:07 +09:00
committed by Mohamed Hegazy
parent c44ab23fb9
commit 9770ed927b
4 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"jsx": "react",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"react-youtube-tests.tsx"
]
}