From 58434c2bf122adeec578d0d1b38e5bd4975e74d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=BCbotter?= Date: Sun, 21 Feb 2021 08:20:57 +0100 Subject: [PATCH] update tsconfig --- src/index.ts | 0 tsconfig.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 src/index.ts diff --git a/src/index.ts b/src/index.ts new file mode 100644 index 0000000..e69de29 diff --git a/tsconfig.json b/tsconfig.json index 7b5d4ab..8d32f93 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,5 +7,5 @@ "sourceMap": true, "outDir": "dist" }, - "include": [] + "include": ["src"] }