discord.js/tsconfig.eslint.json
2023-08-24 06:43:23 +02:00

8 lines
175 B
JSON

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