diff --git a/compiler/src/fast_build/ark_compiler/interop/run_declgen_standalone.ts b/compiler/src/fast_build/ark_compiler/interop/run_declgen_standalone.ts index b1cb71d67c0e57c03a45807bacd80068360b9664..64f2af444bb214d4110aa224e6b0dad0485b43dd 100644 --- a/compiler/src/fast_build/ark_compiler/interop/run_declgen_standalone.ts +++ b/compiler/src/fast_build/ark_compiler/interop/run_declgen_standalone.ts @@ -35,7 +35,7 @@ import path from 'path'; import * as ts from 'typescript'; import { EXTNAME_D_ETS, EXTNAME_JS } from '../common/ark_define'; import { getRealModulePath } from '../../system_api/api_check_utils'; -import { generateInteropDecls } from 'declgen/build/src/generateInteropDecls'; +import { generateInteropDecls } from '../../../../node_modules/declgen/build/src/generateInteropDecls'; import { calculateFileHash } from '../utils'; export function run(param: Params): boolean {