DefinitelyTyped/types/react-animate-on-scroll/tsconfig.json
Ricardo Albuquerque Pinto 4f374d225e React animate on scroll (#25131)
* Added type definitions for react-animate-on-scroll

* Corrected itens pointed by tslint
2018-04-19 11:15:21 -07:00

24 lines
532 B
JSON

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