From f190bae2b5e7f5128287803c65b92c01f88d39ff Mon Sep 17 00:00:00 2001 From: Jonas Strehle Date: Tue, 7 Nov 2023 08:16:09 +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 +}