mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 08:03:30 +01:00
chore: switch tsup config to typescript (#9057)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"pipeline": {
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"inputs": ["../../tsconfig.json", "../../tsup.config.js", "src/**/*.ts", "tsconfig.json", "tsup.config.js"],
|
||||
"inputs": ["../../tsconfig.json", "../../tsup.config.ts", "src/**/*.ts", "tsconfig.json", "tsup.config.ts"],
|
||||
"outputs": ["dist/**"]
|
||||
},
|
||||
"@discordjs/ui#build": {
|
||||
@@ -96,7 +96,7 @@
|
||||
".prettierrc.json",
|
||||
"tsconfig.json",
|
||||
"tsconfig.eslint.json",
|
||||
"tsup.config.js",
|
||||
"tsup.config.ts",
|
||||
"vite.config.ts"
|
||||
],
|
||||
"outputs": []
|
||||
@@ -124,7 +124,7 @@
|
||||
".prettierrc.json",
|
||||
"tsconfig.json",
|
||||
"tsconfig.eslint.json",
|
||||
"tsup.config.js",
|
||||
"tsup.config.ts",
|
||||
"vite.config.ts"
|
||||
],
|
||||
"outputs": []
|
||||
|
||||
Reference in New Issue
Block a user