File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import type { OpenAPIV3 } from 'openapi-types' ;
22import {
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' ;
1214import {
1315 isNotReferenceObject ,
Original file line number Diff line number Diff line change 2323 "noUncheckedIndexedAccess" : true ,
2424 "noUnusedLocals" : true ,
2525 "noUnusedParameters" : true ,
26- "importsNotUsedAsValues " : " error " ,
26+ "verbatimModuleSyntax " : true ,
2727 "removeComments" : true ,
2828 "resolveJsonModule" : true ,
2929 "sourceMap" : true
You can’t perform that action at this time.
0 commit comments