redux-devtools/packages/redux-devtools-inspector-monitor-test-tab/demo/tsconfig.webpack.json
Nathan Bierema 6af7103e41
chore(test-tab): fix demo build (#891)
* stash

* stash
2021-09-25 04:54:14 +00:00

8 lines
141 B
JSON

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"resolveJsonModule": true
},
"include": ["webpack.config.ts"]
}