mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-11 00:32:19 +03:00
* chore(deps): update storybook monorepo to v9 * Updates --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
10 lines
175 B
JSON
10 lines
175 B
JSON
{
|
|
"extends": "../../tsconfig.react.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib/types",
|
|
"types": ["node"],
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src"]
|
|
}
|