mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-13 13:16:52 +03:00
9 lines
163 B
JSON
9 lines
163 B
JSON
{
|
|
"extends": "../../../tsconfig.react.base.json",
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"types": ["webpack-env"]
|
|
},
|
|
"include": ["src"]
|
|
}
|