aboutsummaryrefslogtreecommitdiffstats
path: root/deno.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--deno.json15
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": [
+ "*"
+ ]
+ }
+}