discord.js/tsconfig.eslint.json
2023-11-09 00:13:01 +01:00

10 lines
230 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"allowJs": true
},
"include": ["*.ts", "*.tsx", "*.js", ".jsx", ".cjs", "*.mjs"],
"exclude": ["node_modules"]
}