added slide component, twwek some pages, and enchanced docs

This commit is contained in:
2024-10-23 16:14:34 +09:00
parent e99db9f8bd
commit 8247b05192
72 changed files with 985 additions and 300 deletions

View File

@@ -1,4 +1,14 @@
{
// https://nuxt.com/docs/guide/concepts/typescript
"extends": "./.nuxt/tsconfig.json"
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
"jsx": "preserve",
"jsxImportSource": "vue",
"allowJs": false,
"strict": true,
"target": "ES2023",
"resolveJsonModule": true,
"module": "Preserve",
"moduleDetection": "force"
}
}