1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-01 09:50:38 +03:00
redux-devtools/packages/redux-devtools-log-monitor/tsconfig.json

8 lines
120 B
JSON
Raw Normal View History

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