diff --git a/import_map.jsr.json b/import_map.jsr.json new file mode 100644 index 0000000..a8ce418 --- /dev/null +++ b/import_map.jsr.json @@ -0,0 +1,7 @@ +{ + "imports": { + "@axhxrx/assert-never": "jsr:@axhxrx/assert-never@latest", + "@axhxrx/date": "jsr:@axhxrx/date@latest", + "@axhxrx/detect-runtime": "jsr:@axhxrx/detect-runtime@latest" + } +} \ No newline at end of file diff --git a/libs/ts/detect-runtime/jsr.json b/libs/ts/detect-runtime/jsr.json index 5b57a57..4505d56 100644 --- a/libs/ts/detect-runtime/jsr.json +++ b/libs/ts/detect-runtime/jsr.json @@ -2,5 +2,5 @@ "name": "@axhxrx/detect-runtime", "version": "0.2.0", "exports": "./index.ts", - "importMap": "import_map.json" + "importMap": "../../../import_map.jsr.json" } \ No newline at end of file