diff --git a/packages/tsc/typescript.ts b/packages/tsc/typescript.ts new file mode 100644 index 0000000000..865a89b9b0 --- /dev/null +++ b/packages/tsc/typescript.ts @@ -0,0 +1,3 @@ +import { run } from '.'; + +export = run(require.resolve('typescript/lib/typescript'))