discord-vscode/tsconfig.eslint.json

21 lines
289 B
JSON
Raw Normal View History

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