mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 12:17:18 +03:00
9 lines
150 B
JSON
9 lines
150 B
JSON
{
|
|
"extends": "../../tsconfig.react.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"types": ["webpack-env"]
|
|
},
|
|
"include": ["src"]
|
|
}
|