redux-devtools/packages/redux-devtools-rtk-query-monitor/tsconfig.json
Nathan Bierema 3205269f8c
[inspector-monitor] Add explicit return types (#1573)
* Cleanup

* Explicitly define return type

* Create violet-hotels-appear.md

* Strip out module augmentation

* Update violet-hotels-appear.md
2023-12-16 17:10:27 +00:00

12 lines
249 B
JSON

{
"extends": "../../tsconfig.react.base.json",
"compilerOptions": {
"outDir": "lib/types",
"resolveJsonModule": true,
"jsx": "react-jsx",
"jsxImportSource": "@emotion/react",
"stripInternal": true
},
"include": ["src"]
}