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

tsconfig.json 477 B

1234567891011121314151617
  1. {
  2. "extends": "../../tsconfig.base.json",
  3. "compilerOptions": {
  4. "baseUrl": "./",
  5. "outDir": "./dist",
  6. "rootDir": "src",
  7. "tsBuildInfoFile": "./dist/.tsbuildinfo"
  8. },
  9. "references": [
  10. { "path": "../../packages/core-utils" },
  11. { "path": "../../packages/ffmpeg" },
  12. { "path": "../../packages/models" },
  13. { "path": "../../packages/node-utils" },
  14. { "path": "../../packages/server-commands" },
  15. { "path": "../../packages/transcription" },
  16. ]
  17. }