Raw File
tsconfig.json
{
    "compilerOptions": {
        "emitDecoratorMetadata": true,
        "declaration": true,
        "module": "commonjs",
        "rootDir": ".",
        "sourceMap": true,
        "sourceRoot": ".",
        "target": "ES5",
        "outDir": "../../dist/js/cjs"
    }
}
back to top