From 94c5d1d05b7a7189c2adb34e994c458652c69003 Mon Sep 17 00:00:00 2001 From: MillenniumEarl Date: Sun, 14 Feb 2021 12:25:15 +0100 Subject: [PATCH] Update Typescript settings --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index e4ea327..e127782 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,11 @@ { "compilerOptions": { + "experimentalDecorators": true, "outDir": "./dist", "allowJs": true, - "target": "es6" + "target": "es6", + "moduleResolution": "node", + "allowSyntheticDefaultImports": true, }, "include": [ "./src/**/*"