{ "compilerOptions": { "emitDecoratorMetadata": true, "experimentalDecorators": true, "module": "commonjs", "target": "ES5", "outDir": "out", "noUnusedLocals": true, "lib": [ "es2015" ], "sourceMap": true }, "include": [ "src/**/*" ] }