1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-01 09:50:38 +03:00
redux-devtools/packages/redux-devtools-app/tsconfig.webpack.json

8 lines
177 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"types": ["node", "webpack-dev-server"]
},
"include": ["webpack.config.ts", "webpack.config.umd.ts"]
}