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

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

There is a newer version: 7.7.0
Show newest version
{
    "compilerOptions": {
        "module": "commonjs",
        "declaration": true,
        "removeComments": true,
        "emitDecoratorMetadata": true,
        "experimentalDecorators": true,
        "target": "{{#supportsES6}}es6{{/supportsES6}}{{^supportsES6}}es5{{/supportsES6}}",
        "sourceMap": true,
        "outDir": "./dist",
        "baseUrl": "./",
        "incremental": true
    },
    "exclude": [
        "node_modules",
        "dist"
    ],
    "filesGlob": [
        "./model/*.ts",
        "./api/*.ts"
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy