feat: init

This commit is contained in:
2026-02-13 22:02:30 +01:00
commit 8f9ff830fb
16711 changed files with 3307340 additions and 0 deletions

106
node_modules/.cache/nuxt/.nuxt/tsconfig.node.json generated vendored Normal file
View File

@@ -0,0 +1,106 @@
{
"compilerOptions": {
"paths": {
"@unhead/vue": [
"../../../@unhead/vue"
],
"@nuxt/devtools": [
"../../../@nuxt/devtools"
],
"@vue/runtime-core": [
"../../../@vue/runtime-core"
],
"@vue/compiler-sfc": [
"../../../@vue/compiler-sfc"
],
"unplugin-vue-router/client": [
"../../../unplugin-vue-router/client"
],
"@nuxt/schema": [
"../../../@nuxt/schema"
],
"nuxt": [
"../../../nuxt"
],
"vite/client": [
"../../../vite/client"
],
"nitropack/types": [
"../../../nitropack/types"
],
"nitropack/runtime": [
"../../../nitropack/runtime"
],
"nitropack": [
"../../../nitropack"
],
"defu": [
"../../../defu"
],
"h3": [
"../../../h3"
],
"consola": [
"../../../consola"
],
"ofetch": [
"../../../ofetch"
],
"crossws": [
"../../../crossws"
]
},
"esModuleInterop": true,
"skipLibCheck": true,
"target": "ESNext",
"allowJs": true,
"resolveJsonModule": true,
"moduleDetection": "force",
"isolatedModules": true,
"verbatimModuleSyntax": true,
"allowArbitraryExtensions": true,
"strict": true,
"noUncheckedIndexedAccess": true,
"forceConsistentCasingInFileNames": true,
"noImplicitOverride": true,
"module": "preserve",
"noEmit": true,
"types": [],
"moduleResolution": "Bundler",
"useDefineForClassFields": true,
"noImplicitThis": true,
"allowSyntheticDefaultImports": true
},
"include": [
"./nuxt.node.d.ts",
"../../../../modules/*.*",
"../../../../nuxt.config.*",
"../../../../.config/nuxt.*",
"../../../../layers/*/nuxt.config.*",
"../../../../layers/*/.config/nuxt.*",
"../../../../layers/*/modules/**/*",
"../../../../nuxt.schema.*",
"../../../../layers/*/nuxt.schema.*"
],
"exclude": [
"../../..",
"../../../nuxt/node_modules",
"../../../@nuxtjs/tailwindcss/node_modules",
"../../../@nuxtjs/google-fonts/node_modules",
"../../../@nuxt/devtools/node_modules",
"../../../@nuxt/telemetry/node_modules",
"../../../../dist",
"../../../../.data",
"../../../../app/**/*",
"../../../../modules/*/runtime/**/*",
"../../../../test/nuxt/**/*",
"../../../../tests/nuxt/**/*",
"../../../../layers/*/app/**/*",
"../../../../layers/*/modules/*/runtime/**/*",
"../../../../modules/*/runtime/server/**/*",
"../../../../layers/*/server/**/*",
"../../../../layers/*/modules/*/runtime/server/**/*",
"../../../runtime",
"../../../dist/runtime"
]
}