feat(scripts): Add script to create a @discordjs package (#8711)

This commit is contained in:
Suneet Tipirneni
2022-10-06 20:38:58 -04:00
committed by GitHub
parent 35bfba0c50
commit f85022162d
22 changed files with 923 additions and 5 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": []
}