{ "angularCompilerOptions": { "skipMetadataEmit": true, "annotationsAs": "static fields", "annotateForClosureCompiler": true }, "compilerOptions": { "types": [], /** * Remaining options are copied from * https://github.com/ReactiveX/rxjs/blob/cba74135810a8e6bbe0b3c7732e8544b0869589e/tsconfig.json * TODO(alexeagle): use "extends" instead when Angular is on TS 2.1 */ "removeComments": false, "preserveConstEnums": true, "sourceMap": true, "declaration": true, "noImplicitAny": true, "noImplicitReturns": true, "noImplicitThis": true, "suppressImplicitAnyIndexErrors": true, "moduleResolution": "node", "module": "es2015", "target": "es6", "outDir": "dist/es6", "lib": [ "es5", "es2015.iterable", "es2015.collection", "es2015.promise", "dom" ] }, "formatCodeOptions": { "indentSize": 2, "tabSize": 2 }, "files": [ "src/Rx.ts" ] }