mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Only expose client types dir for peertube-types
This commit is contained in:
parent
41e5b788d9
commit
9d1b826b8a
@ -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/**/*"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user