تخطي إلى المحتوى

tsoa-next / @tsoa-next/runtime / RuntimeSpecConfigSnapshot

Interface: RuntimeSpecConfigSnapshot

محددة في: packages/runtime/src/routeGeneration/specPathSupport.ts:12

Snapshot of spec-generation settings embedded into generated routes for SpecPath.

الممتلكات

compilerOptions?

ts
optional compilerOptions?: Record<string, unknown>;

محددة في: packages/runtime/src/routeGeneration/specPathSupport.ts:13


defaultNumberType?

ts
optional defaultNumberType?: "long" | "integer" | "float" | "double";

محددة في: packages/runtime/src/routeGeneration/specPathSupport.ts:14


ignore?

ts
optional ignore?: string[];

محددة في: packages/runtime/src/routeGeneration/specPathSupport.ts:15


metadata?

ts
optional metadata?: Metadata;

محددة في: packages/runtime/src/routeGeneration/specPathSupport.ts:16


spec

ts
spec: SpecConfig & object;

محددة في: packages/runtime/src/routeGeneration/specPathSupport.ts:17

الإعلان النوعي

controllerPathGlobs?
ts
optional controllerPathGlobs?: string[];
entryFile
ts
entryFile: string;
noImplicitAdditionalProperties
ts
noImplicitAdditionalProperties: "ignore" | "throw-on-extras" | "silently-remove-extras";

Contributors

No contributors

Changelog

No recent changes

توليد OpenAPI وتوليد المسارات والتحقق وقت التشغيل مع اعتماد TypeScript أولاً.