From 4c77c3f58ceb9324d1adf8340439430f3101ad0d Mon Sep 17 00:00:00 2001 From: Jonas Strehle Date: Wed, 8 Nov 2023 18:37:59 +0100 Subject: [PATCH] Update deno.json --- deno.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/deno.json b/deno.json index 92c3884..c0efd4e 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": "uix", @@ -8,4 +7,4 @@ "deno.window" ] } -} \ No newline at end of file +}