{ "compilerOptions": { "forceConsistentCasingInFileNames": true, "strict": true, "noEmit": true, "skipLibCheck": true, "target": "ESNext", "module": "ESNext", "moduleResolution": "Bundler", "allowJs": true, "resolveJsonModule": true, "jsx": "preserve", "allowSyntheticDefaultImports": true, "jsxFactory": "h", "jsxFragmentFactory": "Fragment", "paths": { "#imports": [ "./types/nitro-imports" ], "~/*": [ "../../../../app/*" ], "@/*": [ "../../../../app/*" ], "~~/*": [ "../../../../*" ], "@@/*": [ "../../../../*" ], "@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" ], "#shared": [ "../../../../shared" ], "#shared/*": [ "../../../../shared/*" ], "#server": [ "../../../../server" ], "#server/*": [ "../../../../server/*" ], "#build": [ "./" ], "#build/*": [ "./*" ], "#internal/nuxt/paths": [ "../../../@nuxt/nitro-server/dist/runtime/utils/paths" ], "#unhead/composables": [ "../../../nuxt/dist/head/runtime/composables" ] }, "lib": [ "esnext", "webworker", "dom.iterable" ], "noUncheckedIndexedAccess": true, "allowArbitraryExtensions": true }, "include": [ "./types/nitro-nuxt.d.ts", "../../../runtime/server", "../../../dist/runtime/server", "../../../../server/**/*", "../../../../shared/**/*.d.ts", "./types/nitro.d.ts" ], "exclude": [ "../../..", "../../../nuxt/node_modules", "../../../@nuxtjs/tailwindcss/node_modules", "../../../@nuxtjs/google-fonts/node_modules", "../../../@nuxt/devtools/node_modules", "../../../@nuxt/telemetry/node_modules", "../../../../dist" ] }