Skip to content

Commit

Permalink
Update src/compiler.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Momo Kornher <kornherm@amazon.co.uk>
Signed-off-by: Hogan Bobertz <Bobertzx@gmail.com>
  • Loading branch information
HBobertz and mrgrain authored Nov 13, 2024
1 parent d8c8e65 commit c4cf4b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import * as utils from './utils';
const LOG = log4js.getLogger('jsii/compiler');
export const DIAGNOSTICS = 'diagnostics';
export const JSII_DIAGNOSTICS_CODE = 9999;
export const TYPES_COMPAT = '.types-compat';

export interface CompilerOptions {
/** The information about the project to be built */
Expand Down

0 comments on commit c4cf4b7

Please sign in to comment.