mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
e57bcb3933
* Build @redux-devtools/app UMDs using esbuild * Fix variable being exported * Remove module.hot * Include CSS * Cleanup * Cleanup * Create slow-paws-beg.md
9 lines
143 B
JSON
9 lines
143 B
JSON
{
|
|
"extends": "../../tsconfig.react.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib/types",
|
|
"types": []
|
|
},
|
|
"include": ["src"]
|
|
}
|