1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-01 18:00:37 +03:00
redux-devtools/packages/redux-devtools-remote/tsconfig.json
2021-10-28 20:39:47 +00:00

8 lines
114 B
JSON

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