Skip to content

Commit 25a3de5

Browse files
committed
chore: add ts-nocheck comment
This is useful when the openapi contains unused variables
1 parent 83cbbe2 commit 25a3de5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export const DEFAULT_BODY_ARG_NAME = "data";
44

55
export const FILE_PREFIX = `/* eslint-disable */
66
/* tslint:disable */
7+
// @ts-nocheck
78
/*
89
* ---------------------------------------------------------------
910
* ## THIS FILE WAS GENERATED VIA SWAGGER-TYPESCRIPT-API ##

src/util/file-system.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { consola } from "consola";
55

66
const FILE_PREFIX = `/* eslint-disable */
77
/* tslint:disable */
8+
// @ts-nocheck
89
/*
910
* ---------------------------------------------------------------
1011
* ## THIS FILE WAS GENERATED VIA SWAGGER-TYPESCRIPT-API ##

0 commit comments

Comments
 (0)