Skip to content

Commit

Permalink
[IMP] package: disable console clearing
Browse files Browse the repository at this point in the history
In v15, a collaborative server was introduced.
This server can raise errors (let's say if it cannot start because the port
is already used).

In the current situation, errors are cleared by ts watch mode.
This makes it difficult to see and know what happened.

X-original-commit: 8746ea2
Part-of: #2204
  • Loading branch information
LucasLefevre authored and rrahir committed Mar 9, 2023
1 parent aa58c5a commit 8beef23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"strictNullChecks": true,
"esModuleInterop": true,
"allowJs": true,
"preserveWatchOutput": true,
"sourceMap": true
},
"include": ["src"],
Expand Down

0 comments on commit 8beef23

Please sign in to comment.