discord-vscode/tsconfig.eslint.json
2021-02-10 04:24:42 +01:00

17 lines
237 B
JSON

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