Files
discord.js/packages/builders/tsconfig.docs.json
2023-08-22 01:33:47 +02:00

10 lines
219 B
JSON

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