{ "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" ], "~": [ "../../../../app" ], "~/*": [ "../../../../app/*" ], "@": [ "../../../../app" ], "@/*": [ "../../../../app/*" ], "~~": [ "../../../.." ], "~~/*": [ "../../../../*" ], "@@": [ "../../../.." ], "@@/*": [ "../../../../*" ], "#shared": [ "../../../../shared" ], "#shared/*": [ "../../../../shared/*" ], "#server": [ "../../../../server" ], "#server/*": [ "../../../../server/*" ], "#app": [ "../../../nuxt/dist/app" ], "#app/*": [ "../../../nuxt/dist/app/*" ], "vue-demi": [ "../../../nuxt/dist/app/compat/vue-demi" ], "#vue-router": [ "../../../vue-router" ], "#unhead/composables": [ "../../../nuxt/dist/head/runtime/composables" ], "#imports": [ "./imports" ], "#app-manifest": [ "./manifest/meta/6324e146-4419-48fd-9473-f44ec3cf0d83.json" ], "#components": [ "./components" ], "#build": [ "." ], "#build/*": [ "./*" ] }, "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, "lib": [ "ESNext", "dom", "dom.iterable", "webworker" ], "jsx": "preserve", "jsxImportSource": "vue", "types": [], "moduleResolution": "Bundler", "useDefineForClassFields": true, "noImplicitThis": true, "allowSyntheticDefaultImports": true }, "include": [ "./nuxt.d.ts", "../../../../app/**/*", "../../../../modules/*/runtime/**/*", "../../../../test/nuxt/**/*", "../../../../tests/nuxt/**/*", "../../../../layers/*/app/**/*", "../../../../layers/*/modules/*/runtime/**/*", "../../../../shared/**/*.d.ts", "../../../../modules/*/shared/**/*.d.ts", "../../../../layers/*/shared/**/*.d.ts", "../../../../*.d.ts", "../../../../layers/*/*.d.ts" ], "exclude": [ "../../..", "../../../nuxt/node_modules", "../../../@nuxtjs/tailwindcss/node_modules", "../../../@nuxtjs/google-fonts/node_modules", "../../../@nuxt/devtools/node_modules", "../../../@nuxt/telemetry/node_modules", "../../../../dist", "../../../../.data", "../../../../modules/*/runtime/server/**/*", "../../../../layers/*/server/**/*", "../../../../layers/*/modules/*/runtime/server/**/*", "../../../../modules/*.*", "../../../../nuxt.config.*", "../../../../.config/nuxt.*", "../../../../layers/*/nuxt.config.*", "../../../../layers/*/.config/nuxt.*", "../../../../layers/*/modules/**/*", "../../../runtime/server", "../../../dist/runtime/server", "../../../*.*", "../../../dist/*.*", "../../../../.output", "../../../../server" ] }