From c4cf4b7def3459c1dceaf9eb211d3e322ce179b2 Mon Sep 17 00:00:00 2001 From: Hogan Bobertz Date: Wed, 13 Nov 2024 09:40:05 -0500 Subject: [PATCH] Update src/compiler.ts Co-authored-by: Momo Kornher Signed-off-by: Hogan Bobertz --- src/compiler.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compiler.ts b/src/compiler.ts index 357c9079..d9d14d5c 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -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 */