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

9 lines
172 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"emitDeclarationOnly": true,
"skipLibCheck": true
}
}