From 5d2303e1cb4cad8276f5e209e6661ff113e6e8b9 Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Sat, 21 May 2022 21:09:56 +0800 Subject: [PATCH] add tsconfig --- tsconfig.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..dba1f0b --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,7 @@ +{ + "compilerOptions": { + "strict": true, + "esModuleInterop": true, + "target": "ES5" + } +}