{ "compilerOptions": { "target": "ES3", "module": "commonjs", "strict": true, "allowJs": false, "declaration": true, "removeComments": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "sourceMap": true, "incremental": true, "outDir": "./lib", "baseUrl": "./" } }