From e4528e8f1be3df7b6c0c3d64d0c1eef167a1af74 Mon Sep 17 00:00:00 2001 From: Patrick Mueller Date: Sun, 9 Jan 2022 16:18:00 +0100 Subject: [PATCH] API-35: Changing tsconfig back --- tsconfig.json | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index f218444..b707d87 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,12 +1,10 @@ { - "compilerOptions": { - "target": "es2016", - "module": "commonjs", - "outDir": "./dist", - "strict": true, - "esModuleInterop": true, - "inlineSourceMap": true, - "experimentalDecorators": true, - "emitDecoratorMetadata": true - } + "compilerOptions": { + "target": "es2016", + "module": "commonjs", + "outDir": "./dist", + "strict": true, + "esModuleInterop": true, + "inlineSourceMap": true + } }