DefinitelyTyped/types/react-lazyload/tsconfig.json
makoto abe d82cb80219 Add type definitions for react-lazyload package. (#16807)
* Add type definitions for `react-lazyload` package.

* fix lint error.

* fix TypeScript Version
2017-05-31 23:39:55 -07:00

25 lines
502 B
JSON

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