discord-vscode/tsconfig.eslint.json
2020-12-20 12:23:41 +01:00

17 lines
239 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"allowJs": true,
},
"include": [
"**/*.ts",
"**/*.tsx",
"**/*.js",
"**/*.jsx",
"**/*.test.ts",
"**/*.test.js",
"**/*.spec.ts",
"**/*.spec.js",
],
"exclude": []
}