mirror of
https://github.com/discordjs/discord.js.git
synced 2026-05-28 14:30:09 +00:00
8 lines
116 B
JSON
8 lines
116 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|