Chocobozzz/PeerTube

View on GitHub
packages/types-generator/tsconfig.types.json

Summary

Maintainability
Test Coverage
{
  "extends": "../../tsconfig.base.json",
  "compilerOptions": {
    "stripInternal": true,
    "removeComments": false,
    "emitDeclarationOnly": true,
    "sourceMap": false,
    "outDir": "./dist-tmp/",
    "baseUrl": "./",
    "rootDir": "./src",
    "tsBuildInfoFile": "./dist-tmp/tsconfig.server.types.tsbuildinfo",
    "paths": {
      "@server/*": [ "../../server/core/*" ]
    }
  },
  "references": [
    { "path": "../models/tsconfig.types.json" },
    { "path": "../typescript-utils/tsconfig.types.json" },
    { "path": "../../server/tsconfig.types.json" },
    { "path": "./src/client/tsconfig.types.json" }
  ],
  "files": ["./src/index.ts"]
}