mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 20:27:07 +03:00
187699491f
* chore(trace): rename trace-monitor to test-tab * And that * Fix name
8 lines
120 B
JSON
8 lines
120 B
JSON
{
|
|
"extends": "../../tsconfig.react.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib"
|
|
},
|
|
"include": ["src"]
|
|
}
|