• This project
    • Loading...
  • Sign in

digsig / digsig-player-service

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • digsig-player-service
  • tsconfig.json
  • Stefan Huber's avatar
    chore: changed build environment · d0b44684
    d0b44684 Browse Files
    Stefan Huber authored 2017-05-23 10:33:46 +0200
tsconfig.json 345 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{
  "compilerOptions": {
    "allowSyntheticDefaultImports": true,
    "declaration": true,
    "experimentalDecorators": true,
    "emitDecoratorMetadata": true,
    "lib": ["dom", "es2015"],
    "noImplicitAny": false,
    "outDir": "./dist/",
    "target": "es5",
    "sourceMap": true
  },
  "exclude": [
    "node_modules",
    "spec"
  ]
}