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 +}