Open
Description
Steps To Reproduce
components:
schemas:
package: // reserved word
type: object
properties:
id:
type: number
The current behavior
TS Error
A software package
Identifier expected. 'package' is a reserved word in strict mode. Modules are automatically in strict mode.ts(1214)