We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9220fee commit 33b46f5Copy full SHA for 33b46f5
bin/format-with-prettier.mts
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env -S ts-node-transpile-only --esm
+#!/usr/bin/env -S node --no-warnings=ExperimentalWarning --loader ts-node/esm
2
3
import fs from "fs";
4
import { JSONSchema7 } from "json-schema";
0 commit comments