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,
|
cleanDistDir: true,
|
||||||
experimental: {
|
experimental: {
|
||||||
|
appDir: true,
|
||||||
outputFileTracingRoot: fileURLToPath(new URL('../../', import.meta.url)),
|
outputFileTracingRoot: fileURLToPath(new URL('../../', import.meta.url)),
|
||||||
fallbackNodePolyfills: false,
|
fallbackNodePolyfills: false,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -9,6 +9,11 @@
|
|||||||
"allowJs": false,
|
"allowJs": false,
|
||||||
"incremental": true,
|
"incremental": true,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
|
"plugins": [
|
||||||
|
{
|
||||||
|
"name": "next"
|
||||||
|
}
|
||||||
|
],
|
||||||
"paths": {
|
"paths": {
|
||||||
"~/*": ["./src/*"]
|
"~/*": ["./src/*"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user