diff --git a/packages/node-dev/src/Build.ts b/packages/node-dev/src/Build.ts index 42e0c11e80..ddb74add0a 100644 --- a/packages/node-dev/src/Build.ts +++ b/packages/node-dev/src/Build.ts @@ -64,7 +64,7 @@ export async function buildFiles (options?: IBuildOptions): Promise { options = options || {}; // Get the path of the TypeScript cli of this project - const tscPath = join(__dirname, '../../node_modules/typescript/bin/tsc'); + const tscPath = join(__dirname, '../../node_modules/.bin/tsc'); const tsconfigData = await createCustomTsconfig();