chore: nextjs 13 changes

This commit is contained in:
iCrawl
2022-11-25 19:33:30 +01:00
parent db346e014f
commit 1ef42e4e7b
2 changed files with 6 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ export default {
},
cleanDistDir: true,
experimental: {
appDir: true,
outputFileTracingRoot: fileURLToPath(new URL('../../', import.meta.url)),
fallbackNodePolyfills: false,
},

View File

@@ -9,6 +9,11 @@
"allowJs": false,
"incremental": true,
"skipLibCheck": true,
"plugins": [
{
"name": "next"
}
],
"paths": {
"~/*": ["./src/*"]
}