From a74425ed153220a659f8cb946087d7c47781f3ea Mon Sep 17 00:00:00 2001 From: MillenniumEarl Date: Sat, 13 Feb 2021 15:11:43 +0100 Subject: [PATCH] Add tysconfig.json --- tsconfig.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..2dcc8e5 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "outDir": "./dist", + "allowJs": true, + "target": "es5" + }, + "include": [ + "./src/**/*" + ] +} \ No newline at end of file