fromdeno / deno2node

Compile your Deno project to run on Node.js.
MIT License
115 stars 3 forks source link

Use --no-prompt and drop --no-check #28

Closed KnorpelSenf closed 2 years ago

KnorpelSenf commented 2 years ago

Do not prompt because we want to throw errors which ts-morph can catch.

Do not explicitly specify that the type checking should be skipped, as this is the default behaviour anyway starting from the next Deno release, and it is the default behaviour if DENO_FUTURE_CHECK is set already now.