{
  "compilerOptions": {
    "moduleResolution": "node",
    "target": "es5",
    "sourceMap": true,
    "experimentalDecorators": true,
    "emitDecoratorMetadata": true,
    "skipDefaultLibCheck": true,
    "lib": [ "es6", "dom" ],
    "types": [ "node" ]
  },
  "atom": { "rewriteTsconfig": false },
  "files": [
    "tfabrica.ts"
  ],
  "exclude": [
    "node_modules",
    "Views",
    "Models",
    "Controllers",
    "App_Start",
    "static",
    "wwwroot",
    "bin",
    "obj",
    "*.cs",
    "*.md"
  ]
}

