mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 04:07:34 +03:00
8 lines
158 B
JSON
8 lines
158 B
JSON
{
|
|
"extends": "../../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"types": ["node", "webpack-dev-server"]
|
|
},
|
|
"include": ["webpack.config.ts"]
|
|
}
|