aboutsummaryrefslogtreecommitdiff
path: root/deno.json
diff options
context:
space:
mode:
Diffstat (limited to 'deno.json')
-rw-r--r--deno.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/deno.json b/deno.json
new file mode 100644
index 0000000..8d9ac33
--- /dev/null
+++ b/deno.json
@@ -0,0 +1,10 @@
+{
+ "tasks": {
+ "start": "deno run -A --watch=static/,routes/ dev.ts"
+ },
+ "importMap": "./import_map.json",
+ "compilerOptions": {
+ "jsx": "react-jsx",
+ "jsxImportSource": "preact"
+ }
+}