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

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

There is a newer version: 7.7.0
Show newest version
{
    "compilerOptions": {
        "module": "commonjs",
        "noImplicitAny": false,
        "suppressImplicitAnyIndexErrors": true,
        "target": "{{#supportsES6}}ES6{{/supportsES6}}{{^supportsES6}}ES5{{/supportsES6}}",
        "strict": true,
        "moduleResolution": "node",
        "removeComments": true,
        "sourceMap": true,
        "noLib": false,
        "declaration": true,
        "lib": ["dom", "es6", "es5", "dom.iterable", "scripthost"]
    },
    "exclude": [
        "node_modules"
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy