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

12 lines
214 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. ]
  11. }