Skip to content

Commit bdead15

Browse files
authored
feat: support jsr registory (#44)
* chore: tweak tsconfig for vitest * feat: support jsr registory
1 parent 700bb49 commit bdead15

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

jsr.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "@intlify/utils",
3+
"version": "0.12.0",
4+
"exports": "./deno/mod.ts"
5+
}

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
// "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */
4141
"types": [
4242
"vitest/importMeta",
43+
"vitest/globals",
4344
"@cloudflare/workers-types",
4445
"vitest-environment-miniflare/globals"
4546
], /* Specify type package names to be included without being referenced in a source file. */

0 commit comments

Comments
 (0)