mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Reduce peertube types package size
This commit is contained in:
parent
fbabfde819
commit
90859f2b61
13 changed files with 176 additions and 31 deletions
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "../types-generator/dist/peertube-typescript-utils",
|
||||
"tsBuildInfoFile": "../types-generator/dist/peertube-typescript-utils/.tsbuildinfo",
|
||||
"outDir": "../types-generator/dist-tmp/peertube-typescript-utils",
|
||||
"tsBuildInfoFile": "../types-generator/dist-tmp/peertube-typescript-utils/.tsbuildinfo",
|
||||
"stripInternal": true,
|
||||
"removeComments": false,
|
||||
"emitDeclarationOnly": true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue