aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--tsconfig.json9
2 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3ad815d..b866f7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,4 +4,8 @@
.env
.floo*
+package.json
+yarn.lock
+node_modules/
+
data/
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000..77afe5e
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,9 @@
+{
+ "compilerOptions": {
+ "plugins": [
+ {
+ "name": "typescript-deno-plugin"
+ }
+ ]
+ }
+}