https://github.com/angular/angular
Raw File
Tip revision: e124c1f333219cf3c154be1063a5a3580456ab6c authored by Alex Eagle on 03 June 2015, 19:14:43 UTC
chore(ts): don't need to hack around default export
Tip revision: e124c1f
tsconfig.json
{
    "compilerOptions": {
        "emitDecoratorMetadata": true,
        "declaration": true,
        "module": "commonjs",
        "rootDir": ".",
        "sourceMap": true,
        "sourceRoot": ".",
        "target": "ES5",
        "outDir": "../../dist/js/cjs"
    }
}
back to top