Revision 2f5a2ba67116280ff3e755b43c6345a99b8f4d06 authored by Matias Niemelä on 18 February 2016, 21:26:20 UTC, committed by Matias Niemelä on 18 February 2016, 21:28:10 UTC
1 parent c45ec6f
Raw File
tsconfig.json
{
    "version": "1.5.0",
    "compilerOptions": {
        "emitDecoratorMetadata": true,
        "experimentalDecorators": true,
        "target": "es5",
        "module": "commonjs",
        "declaration": false,
        "noImplicitAny": false,
        "removeComments": true,
        "noLib": false,
        "outDir": "dist/js/cjs"
    },
    "fileGlobs": [
        "./modules/**/*.ts",
        "./tools/**/*.ts",
        "!./node_modules/**",
        "!./modules_dart/**",
        "!./packages/**",
        "!./dist/**",
        "!./temp/**"
    ]
}
back to top