Update CLI

This commit is contained in:
Nathan Bierema 2022-01-10 00:30:07 -05:00
parent f5d443fcf3
commit 9b7a70435e
2 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@
<script src="/port.js"></script>
<script>
ReactDOM.render(
React.createElement(ReduxDevTools, {
React.createElement(ReduxDevToolsApp, {
socketOptions: {
hostname: location.hostname,
port: reduxDevToolsPort,

View File

@ -1,6 +1,7 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"module": "CommonJS",
"outDir": "dist"
},
"include": ["src"]