mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
chore: nextjs 13 changes
This commit is contained in:
@@ -11,6 +11,7 @@ export default {
|
||||
},
|
||||
cleanDistDir: true,
|
||||
experimental: {
|
||||
appDir: true,
|
||||
outputFileTracingRoot: fileURLToPath(new URL('../../', import.meta.url)),
|
||||
fallbackNodePolyfills: false,
|
||||
},
|
||||
|
||||
@@ -9,6 +9,11 @@
|
||||
"allowJs": false,
|
||||
"incremental": true,
|
||||
"skipLibCheck": true,
|
||||
"plugins": [
|
||||
{
|
||||
"name": "next"
|
||||
}
|
||||
],
|
||||
"paths": {
|
||||
"~/*": ["./src/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user