{
    "compilerOptions": {
      "noImplicitAny": false,
      "noEmitOnError": true,
      "removeComments": false,
      "sourceMap": false,
      "target": "es5",
      "outDir": "TypeScripts/compiled/",
      "allowSyntheticDefaultImports": true
    },
    "exclude": [
      "node_modules",
      "wwwroot"
    ]
  }