mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-29 19:30:35 +01:00
Import nuxt 3 and edit to script setup
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"extends": "./.nuxt/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
/* Visit https://aka.ms/tsconfig.json to read more about this file */
|
||||
|
||||
@@ -58,11 +59,9 @@
|
||||
// "typeRoots": [], /* List of folders to include type definitions from. */
|
||||
"types": [
|
||||
"@types/node",
|
||||
"@nuxt/content",
|
||||
"@nuxt/types",
|
||||
"@nuxtjs/axios",
|
||||
"@nuxtjs/sentry",
|
||||
"@nuxtjs/composition-api",
|
||||
"@nuxtjs/i18n",
|
||||
"@nuxtjs/color-mode",
|
||||
"@nuxtjs/universal-storage"
|
||||
@@ -99,4 +98,4 @@
|
||||
"node_modules",
|
||||
"build"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user