PeerTube/server/tools/tsconfig.json

6 lines
123 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.json",
2020-06-18 10:45:25 +02:00
"include": [ ".", "../typings" ],
"exclude": [ ] // Overwrite exclude property
}