mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Co-authored-by: Superchupu <53496941+SuperchupuDev@users.noreply.github.com> Co-authored-by: Noel <buechler.noel@outlook.com> Co-authored-by: Isidro Casiano <isidroICP@outlook.com>
21 lines
289 B
JSON
21 lines
289 B
JSON
{
|
|
"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": []
|
|
}
|