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

@ -14,5 +14,7 @@
{ "path": "../shared/tsconfig.types.json" }
],
"files": [ "src/types/index.ts" ],
"include": ["src/**/*", "src/types/**/*"]
"include": [
"src/types/**/*"
]
}