1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-02 18:25:55 +03:00
redux-devtools/packages/redux-devtools-inspector-monitor-test-tab/demo/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
143 B
JSON

{
"extends": "../../../tsconfig.react.base.json",
"compilerOptions": {
"resolveJsonModule": true
},
"include": ["../src", "src"]
}