diff --git a/compiler/src/pre_define.ts b/compiler/src/pre_define.ts index 213b451..00a3686 100644 --- a/compiler/src/pre_define.ts +++ b/compiler/src/pre_define.ts @@ -245,7 +245,7 @@ export const ESMODULE: string = 'esmodule'; export const JSBUNDLE: string = 'jsbundle'; export const ENTRY_TXT: string = 'entry.txt'; export const ARK: string = 'ark'; -export const TEMPRARY: string = 'temporary'; +export const TEMPORARY: string = 'temporary'; export const MAIN: string = 'main'; export const AUXILIARY: string = 'auxiliary'; export const ZERO: string = '0';