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

static.console-fe.tsconfig.json Maven / Gradle / Ivy

{
  "compilerOptions": {
    "strictNullChecks": true,
    "moduleResolution": "node",
    "experimentalDecorators": true,
    "jsx": "preserve",
    "noUnusedParameters": true,
    "noUnusedLocals": true,
    "noImplicitAny": false,
    "target": "es6",
    "lib": ["dom", "es7"]
  },
  "include": [
    "src/**/*"
  ],
  "exclude": [
    "node_modules",
    "**/*.spec.ts",
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy