deno.json: add json schema

This commit is contained in:
Alex Gleason 2023-05-03 22:46:23 -05:00
parent 0c71b5a696
commit f780bcbd8f
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{
"$schema": "https://deno.land/x/deno@v1.32.3/cli/schemas/config-file.v1.json",
"lock": false,
"tasks": {
"dev": "deno run --allow-read --allow-env --allow-net --allow-ffi --unstable --watch src/server.ts",