mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 17:46:56 +03:00
03217001df
* get started * progress * finish test * Revert that file * Move types to dev * Add enzyme types * Bump that version * prettier
8 lines
120 B
JSON
8 lines
120 B
JSON
{
|
|
"extends": "../../tsconfig.react.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib"
|
|
},
|
|
"include": ["src"]
|
|
}
|