1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-03 02:35:49 +03:00
redux-devtools/packages/redux-devtools-inspector-monitor-test-tab/demo/config/tsconfig.json
Nathan Bierema 9fdd298dc3
chore(test): rename test-generator to test-tab ()
* chore(test): rename test-generator to test-tab

* And those

* Prettify
2020-10-04 00:01:46 -04:00

8 lines
144 B
JSON

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