mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-13 21:26:44 +03:00
8 lines
123 B
JSON
8 lines
123 B
JSON
|
{
|
||
|
"extends": "../../../tsconfig.react.base.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "lib"
|
||
|
},
|
||
|
"include": ["src"]
|
||
|
}
|