1
0
Fork 0
peertube/server/tools/tsconfig.json
2020-06-18 10:46:27 +02:00

5 lines
123 B
JSON

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