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-ui/tsconfig.json
2021-09-18 14:00:58 +00:00

8 lines
120 B
JSON

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