mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
* ci: update scripts for documentation changes * refactor: use tsconfig files Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
9 lines
161 B
JSON
9 lines
161 B
JSON
{
|
|
"extends": "../../tsconfig.docs.json",
|
|
"include": ["src/**/*.ts"],
|
|
"compilerOptions": {
|
|
"outDir": "dist-docs",
|
|
"exactOptionalPropertyTypes": false
|
|
}
|
|
}
|