We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700bb49 commit bdead15Copy full SHA for bdead15
jsr.json
@@ -0,0 +1,5 @@
1
+{
2
+ "name": "@intlify/utils",
3
+ "version": "0.12.0",
4
+ "exports": "./deno/mod.ts"
5
+}
tsconfig.json
@@ -40,6 +40,7 @@
40
// "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */
41
"types": [
42
"vitest/importMeta",
43
+ "vitest/globals",
44
"@cloudflare/workers-types",
45
"vitest-environment-miniflare/globals"
46
], /* Specify type package names to be included without being referenced in a source file. */
0 commit comments