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

17 lines
385 B

  1. {
  2. "extends": "../tsconfig.base.json",
  3. "compilerOptions": {
  4. "outDir": "../dist/scripts",
  5. "paths": {
  6. "@server/*": [ "../server/core/*" ]
  7. }
  8. },
  9. "references": [
  10. { "path": "../packages/core-utils" },
  11. { "path": "../packages/models" },
  12. { "path": "../packages/node-utils" },
  13. { "path": "../packages/server-commands" },
  14. { "path": "../server" }
  15. ]
  16. }