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

typescript-aurelia.tsconfig.json.mustache Maven / Gradle / Ivy

There is a newer version: 7.8.0
Show newest version
{
  "compilerOptions": {
    "declaration": true,
    "target": "{{#supportsES6}}es6{{/supportsES6}}{{^supportsES6}}es5{{/supportsES6}}",
    "module": "commonjs",
    "noImplicitAny": true,
    "outDir": "dist",
    "rootDir": "."
  },
  "exclude": [
    "dist",
    "node_modules"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy