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

18 lines
445 B

  1. {
  2. "extends": "./tsconfig.json",
  3. "compilerOptions": {
  4. "stripInternal": true,
  5. "removeComments": false,
  6. "declaration": true,
  7. "outDir": "../packages/types-generator/dist/client/",
  8. "emitDeclarationOnly": true,
  9. "composite": true,
  10. "rootDir": "src/",
  11. "tsBuildInfoFile": "../packages/types-generator/dist/tsconfig.client.tsbuildinfo"
  12. },
  13. "files": [ "src/types/index.ts" ],
  14. "include": [
  15. "src/types/**/*"
  16. ]
  17. }