Skip to content

Commit db2295e

Browse files
committed
chore: ts5
1 parent eab6a31 commit db2295e

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

lib/process-schema.ts

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
import type { OpenAPIV3 } from 'openapi-types';
22
import {
3-
CodeBlockWriter,
4-
EnumDeclaration,
5-
InterfaceDeclaration,
6-
OptionalKind,
7-
PropertySignatureStructure,
8-
SourceFile,
9-
TypeAliasDeclaration,
103
Writers,
4+
type CodeBlockWriter,
5+
type EnumDeclaration,
6+
type InterfaceDeclaration,
7+
type JSDocStructure,
8+
type OptionalKind,
9+
type PropertySignatureStructure,
10+
type SourceFile,
11+
type TypeAliasDeclaration,
12+
type WriterFunction,
1113
} from 'ts-morph';
1214
import {
1315
isNotReferenceObject,

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"noUncheckedIndexedAccess": true,
2424
"noUnusedLocals": true,
2525
"noUnusedParameters": true,
26-
"importsNotUsedAsValues": "error",
26+
"verbatimModuleSyntax": true,
2727
"removeComments": true,
2828
"resolveJsonModule": true,
2929
"sourceMap": true

0 commit comments

Comments
 (0)