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 + } }