diff options
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | tsconfig.json | 9 |
2 files changed, 13 insertions, 0 deletions
@@ -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" + } + ] + } +} |