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-serialize/tsconfig.json
Nathan Bierema d586f1955a
feat(redux-devtools-serialize): convert to TypeScript ()
* feature(redux-devtools-serialize): convert to TypeScript

* unused
2020-08-29 00:14:49 -04:00

8 lines
114 B
JSON

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