All Downloads are FREE. Search and download functionalities are using the official Maven repository.

typescript-angular2.tsconfig.mustache Maven / Gradle / Ivy

There is a newer version: 3.0.0-rc1
Show newest version
{
    "compilerOptions": {
        "emitDecoratorMetadata": true,
        "experimentalDecorators": true,
        "noImplicitAny": false,
        "suppressImplicitAnyIndexErrors": true,
        "target": "es5",
        "module": "commonjs",
        "moduleResolution": "node",
        "removeComments": true,
        "sourceMap": true,
        "outDir": "./dist",
        "noLib": false,
        "declaration": true
    },
    "exclude": [
        "node_modules",
        "typings/main.d.ts",
        "typings/main",
        "dist"
    ],
    "filesGlob": [
        "./model/*.ts",
        "./api/*.ts",
        "typings/browser.d.ts"
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy