discord.js/packages/brokers/tsconfig.eslint.json

23 lines
347 B
JSON
Raw Permalink Normal View History

2022-10-14 09:20:36 +13:00
{
2023-08-22 11:33:47 +12:00
"$schema": "https://json.schemastore.org/tsconfig.json",
2022-10-14 09:20:36 +13:00
"extends": "./tsconfig.json",
"compilerOptions": {
"allowJs": true
},
2023-11-09 12:13:01 +13:00
"include": [
"*.ts",
"*.js",
"*.cjs",
"*.mjs",
"src/**/*.ts",
"src/**/*.js",
"src/**/*.cjs",
"src/**/*.mjs",
"bin",
"scripts",
"__tests__",
"__mocks__"
],
"exclude": ["node_modules"]
2022-10-14 09:20:36 +13:00
}