]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/tsconfig.eslint.json
Translated using Weblate (Ukrainian)
[github/Chocobozzz/PeerTube.git] / client / tsconfig.eslint.json
1 {
2 "extends": "./tsconfig.json",
3 "include": [
4 // adjust "includes" to what makes sense for you and your project
5 "src/**/*.ts",
6 "e2e/**/*.ts"
7 ]
8 }