Only expose client types dir for peertube-types

This commit is contained in:
Chocobozzz 2021-12-16 18:03:24 +01:00
parent 41e5b788d9
commit 9d1b826b8a
No known key found for this signature in database
GPG Key ID: 583A612D890159BE

View File

@ -13,6 +13,8 @@
"references": [ "references": [
{ "path": "../shared/tsconfig.types.json" } { "path": "../shared/tsconfig.types.json" }
], ],
"files": ["src/types/index.ts"], "files": [ "src/types/index.ts" ],
"include": ["src/**/*", "src/types/**/*"] "include": [
"src/types/**/*"
]
} }