From 39f586977411b79e422525096e9dbdd752129968 Mon Sep 17 00:00:00 2001 From: Jonas Strehle Date: Wed, 16 Oct 2024 18:45:29 +0200 Subject: [PATCH] Fix deno.json --- deno.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deno.json b/deno.json index 52772f1..833eba7 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,5 @@ { - "_publicImportMap": "./importmap.json", - "importMap": "./.datex-cache/importmap.lock.json", + "importMap": "./importmap.json", "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "jusix",