From 8c34d810af95fae0ef846f54370a8c88bfab7123 Mon Sep 17 00:00:00 2001 From: "netop://ウィビ" Date: Sat, 11 Apr 2026 14:24:49 -0700 Subject: initial commit --- deno.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 deno.json (limited to 'deno.json') diff --git a/deno.json b/deno.json new file mode 100644 index 0000000..4383d79 --- /dev/null +++ b/deno.json @@ -0,0 +1,17 @@ +{ + "compilerOptions": { + "noImplicitAny": false + }, + "exclude": ["dbschema/"], + "importMap": "import_map.json", + "lint": { + "rules": { + "exclude": ["no-explicit-any"] + } + }, + "lock": false, + "tasks": { + "dev": "deno run --allow-env --allow-net --allow-read --allow-run --allow-write main.ts development", + "start": "deno run --allow-env --allow-net --allow-read --allow-run --allow-write main.ts" + } +} -- cgit v1.2.3