ニジカ投稿局 https://tv.nizika.tv
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

23 lines
642 B

  1. {
  2. "extends": "./tsconfig.json",
  3. "compilerOptions": {
  4. "outDir": "../packages/types-generator/dist/server",
  5. "tsBuildInfoFile": "../packages/types-generator/dist/server/.tsbuildinfo",
  6. "stripInternal": true,
  7. "removeComments": false,
  8. "emitDeclarationOnly": true
  9. },
  10. "references": [
  11. { "path": "../packages/core-utils" },
  12. { "path": "../packages/ffmpeg" },
  13. { "path": "../packages/models" },
  14. { "path": "../packages/node-utils" },
  15. { "path": "../packages/server-commands" },
  16. { "path": "../packages/typescript-utils" },
  17. { "path": "../packages/transcription" }
  18. ],
  19. "exclude": [
  20. "tests/"
  21. ]
  22. }