initially removed tsconfig.base.js, but replaced it back

pull/1342/head
davidzagi93@gmail.com 3 years ago
parent 161445c893
commit 4cdcf16dbc
  1. 2
      libs/remix-ui/terminal/src/lib/remix-ui-terminal.tsx
  2. 2
      nx.json

@ -919,7 +919,7 @@ export const RemixUiTerminal = (props: RemixUiTerminalProps) => {
const handlePaste = () => {
setPaste(true)
setAutoCompleteState(prevState => ({ ...prevState, activeSuggestion: 0, showSuggestions: false}))
setAutoCompleteState(prevState => ({ ...prevState, activeSuggestion: 0, showSuggestions: false }))
}
/* block contents that gets rendered from scriptRunner */

@ -6,7 +6,7 @@
"dependencies": "*",
"devDependencies": "*"
},
"tsconfig.json": "*",
"tsconfig.base.json": "*",
"tslint.json": "*",
".eslintrc": "*",
"nx.json": "*"

Loading…
Cancel
Save