ニジカ投稿局 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.
 
 
 
 
 

35 lines
856 B

  1. {
  2. "extends": "./tsconfig.base.json",
  3. "compilerOptions": {
  4. "outDir": "./dist/",
  5. "baseUrl": "./",
  6. "paths": {
  7. "@server/*": [ "server/*" ]
  8. },
  9. "typeRoots": [
  10. "node_modules/@types"
  11. ]
  12. },
  13. "include": [
  14. "./server.ts",
  15. "server/**/*.ts",
  16. "packages/**/*.ts",
  17. "apps/**/*.ts",
  18. "scripts/**/*.ts"
  19. ],
  20. "references": [
  21. { "path": "./server" },
  22. { "path": "./scripts" },
  23. { "path": "./apps/peertube-runner" },
  24. { "path": "./apps/peertube-cli" },
  25. { "path": "./packages/core-utils" },
  26. { "path": "./packages/ffmpeg" },
  27. { "path": "./packages/transcription-devtools" },
  28. { "path": "./packages/models" },
  29. { "path": "./packages/node-utils" },
  30. { "path": "./packages/server-commands" },
  31. { "path": "./packages/transcription" },
  32. { "path": "./packages/typescript-utils" }
  33. ]
  34. }