From bdead15e35507a77f163622a961374b659107f31 Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Sat, 2 Mar 2024 18:56:16 +0900 Subject: [PATCH] feat: support jsr registory (#44) * chore: tweak tsconfig for vitest * feat: support jsr registory --- jsr.json | 5 +++++ tsconfig.json | 1 + 2 files changed, 6 insertions(+) create mode 100644 jsr.json diff --git a/jsr.json b/jsr.json new file mode 100644 index 0000000..f57d80d --- /dev/null +++ b/jsr.json @@ -0,0 +1,5 @@ +{ + "name": "@intlify/utils", + "version": "0.12.0", + "exports": "./deno/mod.ts" +} diff --git a/tsconfig.json b/tsconfig.json index 827b86f..394afcb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -40,6 +40,7 @@ // "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */ "types": [ "vitest/importMeta", + "vitest/globals", "@cloudflare/workers-types", "vitest-environment-miniflare/globals" ], /* Specify type package names to be included without being referenced in a source file. */