mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
19 lines
276 B
JSON
19 lines
276 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
// Type Checking
|
|
"exactOptionalPropertyTypes": true,
|
|
|
|
// Modules
|
|
"rootDir": "./src",
|
|
|
|
// Emit
|
|
"outDir": "./dist",
|
|
"sourceRoot": "./",
|
|
|
|
// Projects
|
|
"composite": true
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|