discord.js/tsconfig.eslint.json

10 lines
230 B
JSON
Raw Normal View History

{
2023-08-22 11:33:47 +12:00
"$schema": "https://json.schemastore.org/tsconfig.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"allowJs": true
},
2023-11-09 12:13:01 +13:00
"include": ["*.ts", "*.tsx", "*.js", ".jsx", ".cjs", "*.mjs"],
"exclude": ["node_modules"]
}