mirror of https://github.com/Chocobozzz/PeerTube
Only expose client types dir for peertube-types
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