01b0c13250
- nuxt.config.ts with compatibilityVersion 4, SSR, 6 modules - app/app.vue and app/pages/index.vue minimal setup - pnpm as package manager with all dependencies installed - TypeScript strict mode enabled - .gitignore updated for Nuxt (.nuxt, .output, .env) - tsconfig.json extends .nuxt/tsconfig.json
4 lines
41 B
JSON
4 lines
41 B
JSON
{
|
|
"extends": "./.nuxt/tsconfig.json"
|
|
}
|