Files
discord.js/packages/proxy/tsconfig.docs.json
2023-11-06 23:55:13 +01:00

9 lines
180 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig.json",
"extends": "../../tsconfig.docs.json",
"compilerOptions": {
"outDir": "dist-docs"
},
"include": ["src/**/*.ts"]
}