Commit 4cdcf16d authored by davidzagi93@gmail.com's avatar davidzagi93@gmail.com

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

parent 161445c8
...@@ -919,7 +919,7 @@ export const RemixUiTerminal = (props: RemixUiTerminalProps) => { ...@@ -919,7 +919,7 @@ export const RemixUiTerminal = (props: RemixUiTerminalProps) => {
const handlePaste = () => { const handlePaste = () => {
setPaste(true) setPaste(true)
setAutoCompleteState(prevState => ({ ...prevState, activeSuggestion: 0, showSuggestions: false})) setAutoCompleteState(prevState => ({ ...prevState, activeSuggestion: 0, showSuggestions: false }))
} }
/* block contents that gets rendered from scriptRunner */ /* block contents that gets rendered from scriptRunner */
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"dependencies": "*", "dependencies": "*",
"devDependencies": "*" "devDependencies": "*"
}, },
"tsconfig.json": "*", "tsconfig.base.json": "*",
"tslint.json": "*", "tslint.json": "*",
".eslintrc": "*", ".eslintrc": "*",
"nx.json": "*" "nx.json": "*"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment