// @allowJs: true // @checkJs: false // @noEmit: true // @fileName: a.js // there should not be a "Unused @ts-expect-error" error since js files are not being checked // @ts-expect-error const a = 1;