mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
11 lines
224 B
JSON
11 lines
224 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig.json",
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["__tests__/**/*.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|