Split types and typings
[oweals/peertube.git] / server / tools / tsconfig.json
1 {
2   "extends": "../../tsconfig.json",
3   "include": [ ".", "../typings" ],
4   "exclude": [ ] // Overwrite exclude property
5 }