Skip to content

Commit 4630e6e

Browse files
committed
fix: import maps
1 parent a5f2d83 commit 4630e6e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

lib/deno.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "@voltx/core",
3+
"version": "0.1.0",
4+
"exports": "./src/index.ts",
5+
"imports": {
6+
"$core/": "./src/core/",
7+
"$plugins/": "./src/plugins/",
8+
"$types/": "./src/types/",
9+
"$debug": "./src/debug.ts",
10+
"$vebug": "./src/debug.ts",
11+
"$volt": "./src/index.ts"
12+
}
13+
}

0 commit comments

Comments
 (0)