aboutsummaryrefslogtreecommitdiff
path: root/deno.jsonc
diff options
context:
space:
mode:
Diffstat (limited to 'deno.jsonc')
-rw-r--r--deno.jsonc10
1 files changed, 10 insertions, 0 deletions
diff --git a/deno.jsonc b/deno.jsonc
new file mode 100644
index 0000000..6cb36e8
--- /dev/null
+++ b/deno.jsonc
@@ -0,0 +1,10 @@
+{
+ "tasks": {
+ "test": "deno test"
+ },
+ "test": {
+ "files": {
+ "exclude": ["src/", "build/"]
+ }
+ }
+}