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

15 lines
318 B

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