Chocobozzz/PeerTube

View on GitHub
scripts/tsconfig.json

Summary

Maintainability
Test Coverage
{
  "extends": "../tsconfig.base.json",
  "compilerOptions": {
    "outDir": "../dist/scripts",
    "paths": {
      "@server/*": [ "../server/core/*" ]
    }
  },
  "references": [
    { "path": "../packages/core-utils" },
    { "path": "../packages/models" },
    { "path": "../packages/node-utils" },
    { "path": "../packages/server-commands" },
    { "path": "../server" }
  ]
}