mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
chore: monorepo setup (#7175)
This commit is contained in:
18
packages/rest/tsconfig.json
Normal file
18
packages/rest/tsconfig.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
// Type Checking
|
||||
"exactOptionalPropertyTypes": true,
|
||||
|
||||
// Modules
|
||||
"rootDir": "./src",
|
||||
|
||||
// Emit
|
||||
"outDir": "./dist",
|
||||
"sourceRoot": "./",
|
||||
|
||||
// Projects
|
||||
"composite": true
|
||||
},
|
||||
"include": ["src/**/*.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user