GITLAB

Eric Fernandez / gestion-comprobantes

Sign in
  • Sign in
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • gestion-comprobantes
  • tsconfig.app.json
  • 733b2e2ac   initial commit Browse Code ยป
    Eric Fernandez
    2019-05-29 12:30:28 -0300  
tsconfig.app.json 210 Bytes
edit raw blame history
1 2 3 4 5 6 7 8 9 10 11 12 13 14
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "./out-tsc/app",
    "types": []
  },
  "include": [
    "src/**/*.ts"
  ],
  "exclude": [
    "src/test.ts",
    "src/**/*.spec.ts"
  ]
}