discord.js/packages/proxy/tsconfig.json

7 lines
209 B
JSON
Raw Permalink Normal View History

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