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 9b949da commit 98171abCopy full SHA for 98171ab
src/bin/index.ts
@@ -4,6 +4,8 @@ import swcRegister from '@swc/register';
4
import { generateTypes } from './generateTypes';
5
import { generateGraphQLSchema } from './generateGraphQLSchema';
6
7
+// eslint-disable-next-line @typescript-eslint/ban-ts-comment
8
+// @ts-ignore - bad @swc/register types
9
swcRegister({
10
sourceMaps: 'inline',
11
jsc: {
0 commit comments