PeerTube/server/tools/tsconfig.json

6 lines
123 B
JSON

{
"extends": "../../tsconfig.json",
"include": [ ".", "../typings" ],
"exclude": [ ] // Overwrite exclude property
}