From 69f6c9a6e657a4a407c3b70b3fccbd80c3e96336 Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Sat, 2 Mar 2024 18:42:50 +0900 Subject: [PATCH 1/2] chore: tweak tsconfig for vitest --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) 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. */ From 57314b0ac77c7ee99685f23adc0add95097cb682 Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Sat, 2 Mar 2024 18:49:52 +0900 Subject: [PATCH 2/2] feat: support jsr registory --- jsr.json | 5 +++++ 1 file changed, 5 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" +}