diff options
Diffstat (limited to 'deno.json')
| -rw-r--r-- | deno.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/deno.json b/deno.json new file mode 100644 index 0000000..d95b687 --- /dev/null +++ b/deno.json @@ -0,0 +1,18 @@ +{ + "imports": { + "lume/": "https://deno.land/x/[email protected]/" + }, + "tasks": { + "lume": "echo \"import 'lume/cli.ts'\" | deno run -A -", + "build": "deno task lume", + "serve": "deno task lume -s" + }, + "fmt": { + "useTabs": true + }, + "compilerOptions": { + "types": [ + "lume/types.ts" + ] + } +} |
