DefinitelyTyped/types/react-aria-live/tsconfig.json
AJ Livingston bd8c74539c adds typings for react-aria-live (#37996)
* adds typings for react-aria-live

* added typescript version

* formatting

* fixed lint error

* updated return type of LiveMessenger children

* formatting
2019-09-04 15:53:43 -07:00

26 lines
540 B
JSON

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