discord-vscode/tsconfig.eslint.json

18 lines
239 B
JSON
Raw Normal View History

2020-12-20 11:16:48 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"allowJs": true,
},
"include": [
"**/*.ts",
"**/*.tsx",
"**/*.js",
"**/*.jsx",
"**/*.test.ts",
"**/*.test.js",
"**/*.spec.ts",
"**/*.spec.js",
],
"exclude": []
}