diff --git a/tsconfig.json b/tsconfig.json index 6d88a11ee..9eed606cb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,11 +3,12 @@ "outDir": "./built", "allowJs": true, "strictNullChecks": true, - "target": "es5", + "target": "es6", "module": "commonjs", "esModuleInterop": true, "experimentalDecorators": true, - "emitDecoratorMetadata": true + "emitDecoratorMetadata": true, + "sourceMap": true }, "include": [ "./lib/**/*"