1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-02 02:10:49 +03:00
redux-devtools/packages/d3-state-visualizer/tsconfig.json

8 lines
120 B
JSON
Raw Normal View History

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