]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - tsconfig.eslint.json
a18c461fe5127b2de89b85c3639d3d760eb98a38
[github/Chocobozzz/PeerTube.git] / 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 }