diff --git a/packages/nx/src/utils/typescript.ts b/packages/nx/src/utils/typescript.ts new file mode 100644 index 0000000000000..3f76f24ccb3a2 --- /dev/null +++ b/packages/nx/src/utils/typescript.ts @@ -0,0 +1,3 @@ +// TODO(v18): Nx Devkit 15 depends on this file. Remove this when we no longer support Nx Devkit 15 + +export * from '../plugins/js/utils/typescript';