1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-03 10:45:48 +03:00
redux-devtools/packages/react-dock/demo/tsconfig.webpack.json

8 lines
155 B
JSON

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