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

27 lines
595 B

  1. {
  2. "extends": "../tsconfig.base.json",
  3. "compilerOptions": {
  4. "outDir": "../dist",
  5. "baseUrl": "../",
  6. "rootDir": ".",
  7. "tsBuildInfoFile": "../dist/.tsbuildinfo",
  8. "paths": {
  9. "@server/*": [ "server/core/*" ]
  10. }
  11. },
  12. "references": [
  13. { "path": "../packages/core-utils" },
  14. { "path": "../packages/ffmpeg" },
  15. { "path": "../packages/models" },
  16. { "path": "../packages/node-utils" },
  17. { "path": "../packages/transcription" },
  18. { "path": "../packages/typescript-utils" }
  19. ],
  20. "include": [
  21. "./**/*.ts"
  22. ],
  23. "exclude": [
  24. "./dist/**/*.ts"
  25. ]
  26. }