]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - packages/types/README.md
refactor(types): create dedicated folder for types package src
authorlutangar <johan.dufour@gmail.com>
Tue, 9 Nov 2021 12:49:08 +0000 (13:49 +0100)
committerChocobozzz <chocobozzz@cpy.re>
Thu, 16 Dec 2021 09:08:43 +0000 (10:08 +0100)
commitb8fa3e8c734a46918118afe7976f248cc883f675
tree0ebf8fd10b1c690602da14d4dd626cd04a9ff748
parent8b03e2ce1a2098261de2f729f660b1ae2a320b65
refactor(types): create dedicated folder for types package src

fix guide examples and add types package readme

refactor(tsconfig): move back base tsconfig to base directory
20 files changed:
.gitignore
client/src/index.ts [deleted file]
client/tsconfig.types.json
index.ts [deleted file]
package.json
server/tools/tsconfig.json
server/tsconfig.types.json
shared/tsconfig.json
shared/tsconfig.types.json
support/doc/plugins/guide.md
tsconfig.base.json
tsconfig.json
tsconfig.types.json [deleted file]
types/README.md [new file with mode: 0644]
types/generate-package.ts [moved from scripts/generate-types-package.ts with 67% similarity]
types/src/client/index.ts [new file with mode: 0644]
types/src/client/tsconfig.json [new file with mode: 0644]
types/src/index.ts [new file with mode: 0644]
types/tsconfig.dist.json [new file with mode: 0644]
types/tsconfig.json [new file with mode: 0644]