hasura / ndc-typescript-deno

Instant Hasura Native Data Connector by writing Typescript Functions
https://hasura.io
Apache License 2.0
22 stars 3 forks source link

Fixed ES version and ignored TS compiler diagnostics that Deno ignores #77

Closed daniel-chambers closed 9 months ago

daniel-chambers commented 9 months ago

This PR ignores TypeScript diagnostic error codes that Deno itself ignores. It also fixes the target compilation language which got broken in #63's merge. Fatal errors occurring on a particular file are prefixed with FATAL too.