1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-02 02:10:49 +03:00
redux-devtools/packages/redux-devtools-app/tsconfig.json
Nathan Bierema e57bcb3933
Build @redux-devtools/app UMD using esbuild ()
* Build @redux-devtools/app UMDs using esbuild

* Fix variable being exported

* Remove module.hot

* Include CSS

* Cleanup

* Cleanup

* Create slow-paws-beg.md
2023-09-17 00:13:50 +00:00

9 lines
143 B
JSON

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