Files
vat-api.eu/node_modules/.cache/nuxt/.nuxt/tsconfig.shared.json
2026-02-13 22:02:30 +01:00

146 lines
3.0 KiB
JSON

{
"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"
],
"#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": []
}