mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
3205269f8c
* Cleanup * Explicitly define return type * Create violet-hotels-appear.md * Strip out module augmentation * Update violet-hotels-appear.md
12 lines
249 B
JSON
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"]
|
|
}
|