• 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
    init · 65781168
    65781168 Browse Files
    Stefan Huber authored 2017-01-26 10:54:46 +0100
tsconfig.json 238 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
{
    "compilerOptions": {
        "outDir": "./target",
        "module": "commonjs",
        "target": "es5",
        "declaration": true,
        "declarationDir": "declarations"
    },
    "include": [
        "./src/index.ts"
    ]
}