discord-player-play-dl/tsconfig.eslint.json

8 lines
116 B
JSON
Raw Normal View History

2021-06-22 15:24:05 +05:00
{
"extends": "./tsconfig.json",
"include": [
"**/*.ts",
"**/*.js"
],
"exclude": []
}