From c8508c80e5e2b6966965a45b1ebba0a74bea0e28 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Mon, 21 Aug 2023 09:26:27 -0700 Subject: Enable shorter deno.land URLs --- deno/typescript-types.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 deno/typescript-types.ts (limited to 'deno/typescript-types.ts') diff --git a/deno/typescript-types.ts b/deno/typescript-types.ts new file mode 100644 index 0000000..28e7a6a --- /dev/null +++ b/deno/typescript-types.ts @@ -0,0 +1,2 @@ +// For simpler imports in Deno projects +export * from '../packages/typescript-types/src/index.ts'; -- cgit v1.2.3