mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-26 07:59:48 +03:00
fix: unintentional removal of tsconfig
This commit is contained in:
parent
75aa663d64
commit
143a01edba
7
packages/redux-devtools-serialize/tsconfig.json
Normal file
7
packages/redux-devtools-serialize/tsconfig.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"extends": "../../tsconfig.react.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "lib"
|
||||
},
|
||||
"include": ["src"]
|
||||
}
|
Loading…
Reference in New Issue
Block a user