diff options
Diffstat (limited to 'deno.json')
-rw-r--r-- | deno.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/deno.json b/deno.json new file mode 100644 index 0000000..3c716ea --- /dev/null +++ b/deno.json @@ -0,0 +1,15 @@ +{ + "workspace": [ + "./src/packages/locusts" + ], + "lint": { + "exclude": [ + "*" + ] + }, + "fmt": { + "exclude": [ + "*" + ] + } +} |