Skip to content

Commit

Permalink
feat: support jsr registory (#44)
Browse files Browse the repository at this point in the history
* chore: tweak tsconfig for vitest

* feat: support jsr registory
  • Loading branch information
kazupon committed Mar 2, 2024
1 parent 700bb49 commit bdead15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "@intlify/utils",
"version": "0.12.0",
"exports": "./deno/mod.ts"
}
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit bdead15

Please sign in to comment.