1
0
Fork 0
peertube/shared/tsconfig.types.json
lutangar 8b03e2ce1a feat(types): create peertube-types package
Create dedicated Typescript "types" configuration file for each "projects".
Create a types folder which includes every useful ts definition:
- client
- server
- shared
Add tooling to create a proper package, extract dependencies, etc...
Add CI Github task.

refactor(types): publish types package in release script
2021-12-16 10:08:43 +01:00

9 lines
184 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../types/shared",
"stripInternal": true,
"removeComments": false,
"emitDeclarationOnly": true
}
}