feat: @discordjs/brokers (#8548)

This commit is contained in:
DD
2022-10-13 23:20:36 +03:00
committed by GitHub
parent 179392d6d7
commit bf9aa1858d
32 changed files with 1210 additions and 14 deletions

View File

@@ -0,0 +1,20 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"allowJs": true
},
"include": [
"**/*.ts",
"**/*.tsx",
"**/*.js",
"**/*.mjs",
"**/*.jsx",
"**/*.test.ts",
"**/*.test.js",
"**/*.test.mjs",
"**/*.spec.ts",
"**/*.spec.js",
"**/*.spec.mjs"
],
"exclude": []
}