https://github.com/angular/angular
Raw File
Tip revision: a67f2314f997a785d01163498b231435cb9b4680 authored by Brian Ford on 15 June 2015, 21:34:14 UTC
feat(router): add support for hash-based location
Tip revision: a67f231
tsconfig.json
{
    "version": "1.5.0",
    "compilerOptions": {
        "target": "es5",
        "module": "commonjs",
        "declaration": false,
        "noImplicitAny": false,
        "removeComments": true,
        "noLib": false,
        "outDir": "dist/js/cjs"
    },
    "filesGlob": [
        "./**/*.ts",
        "!./node_modules/**/*.ts"
    ]
}
back to top