From a8158611b80e97b2d5414ab1b09de5267e745661 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Tue, 8 Aug 2023 02:07:08 +0100 Subject: [PATCH] chore: target es6 --- OliverBooth/tsconfig.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 OliverBooth/tsconfig.json diff --git a/OliverBooth/tsconfig.json b/OliverBooth/tsconfig.json new file mode 100644 index 0000000..d486804 --- /dev/null +++ b/OliverBooth/tsconfig.json @@ -0,0 +1,5 @@ +{ + "compilerOptions": { + "target": "es6" + } +} \ No newline at end of file