{ "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/6d3b88f2-3db7-437b-87fe-690483f96918.json" ], "#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, "types": [], "moduleResolution": "Bundler", "useDefineForClassFields": true, "noImplicitThis": true, "allowSyntheticDefaultImports": true }, "include": [ "./nuxt.shared.d.ts", "../../../../shared/**/*", "../../../../modules/*/shared/**/*", "../../../../layers/*/shared/**/*", "../../../../*.d.ts", "../../../../layers/*/*.d.ts" ], "exclude": [] }