Skip to content

Commit

Permalink
Update deno.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasstrehle committed Nov 8, 2023
1 parent a15ef24 commit 4c77c3f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"_publicImportMap": "./importmap.json",
"importMap": "./.datex-cache/importmap.lock.json",
"importMap": "./importmap.json",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "uix",
"lib": [
"deno.window"
]
}
}
}

0 comments on commit 4c77c3f

Please sign in to comment.