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

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

There is a newer version: 7.6.0
Show newest version
{
    "compilerOptions": {
        "module": "commonjs",
        "noImplicitAny": false,
        "suppressImplicitAnyIndexErrors": true,
        "target": "{{#supportsES6}}ES6{{/supportsES6}}{{^supportsES6}}ES5{{/supportsES6}}",
        "moduleResolution": "node",
        "removeComments": true,
        "sourceMap": true,
        "noLib": false,
        "declaration": true,
        "typeRoots": [
            "node_modules/@types"
        ]
    },
    "files": [
        "index.ts"
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy