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-app/tsconfig.json

9 lines
143 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.react.base.json",
"compilerOptions": {
"outDir": "lib/types",
"types": []
},
2021-08-30 07:54:35 +03:00
"include": ["src"]
}