DefinitelyTyped/types/react-typing-animation/tsconfig.json
Haseeb Majid 5190cf14ac
Added react-typing-animation (#42222)
* Added React Native Share Extension

* Fixed Linting Issues

Fixed linting issues, added tests.

* Fixed other linting issues

Data returns a promise.

* Removed Public from state

Removed public from state.

* Added react-typing-animation

Added react-typing-animation.
2020-02-10 10:36:06 -08:00

26 lines
547 B
JSON

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