驭风行PC站
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

129 lines
4.2 KiB

{
"compilerOptions": {
"forceConsistentCasingInFileNames": true,
"strict": true,
"noEmit": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"allowJs": true,
"resolveJsonModule": true,
"jsx": "preserve",
"allowSyntheticDefaultImports": true,
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment",
"paths": {
"#imports": [
"./types/nitro-imports"
],
"~/*": [
"../*",
"../*"
],
"@/*": [
"../*",
"../*"
],
"~~/*": [
"../*",
"../*"
],
"@@/*": [
"../*",
"../*"
],
"nitropack": [
"../node_modules/.pnpm/nitropack@2.9.7_encoding@0.1.13_magicast@0.3.4/node_modules/nitropack"
],
"defu": [
"../node_modules/.pnpm/defu@6.1.4/node_modules/defu"
],
"h3": [
"../node_modules/.pnpm/h3@1.12.0/node_modules/h3"
],
"consola": [
"../node_modules/.pnpm/consola@3.2.3/node_modules/consola"
],
"ofetch": [
"../node_modules/.pnpm/ofetch@1.3.4/node_modules/ofetch"
],
"@unhead/vue": [
"../node_modules/.pnpm/@unhead+vue@1.10.0_vue@3.4.38_typescript@5.5.4_/node_modules/@unhead/vue"
],
"@vue/runtime-core": [
"../node_modules/.pnpm/@vue+runtime-core@3.4.38/node_modules/@vue/runtime-core"
],
"@vue/compiler-sfc": [
"../node_modules/.pnpm/@vue+compiler-sfc@3.4.38/node_modules/@vue/compiler-sfc"
],
"@vue/runtime-dom": [
"../node_modules/.pnpm/@vue+runtime-dom@3.4.38/node_modules/@vue/runtime-dom"
],
"unplugin-vue-router/client": [
"../node_modules/.pnpm/unplugin-vue-router@0.10.7_rollup@4.21.0_vue-router@4.4.3_vue@3.4.38_typescript@5.5.4___vue@3.4.38_typescript@5.5.4_/node_modules/unplugin-vue-router/client"
],
"@nuxt/schema": [
"../node_modules/.pnpm/@nuxt+schema@3.12.4_rollup@4.21.0/node_modules/@nuxt/schema"
],
"nuxt": [
"../node_modules/.pnpm/nuxt@3.12.4_@parcel+watcher@2.4.1_@types+node@22.4.2_encoding@0.1.13_eslint@8.57.0_ioredis@5._om2iw7d5au5ekmzbwlfm3q6gd4/node_modules/nuxt"
],
"#internal/nuxt/paths": [
"../node_modules/.pnpm/nuxt@3.12.4_@parcel+watcher@2.4.1_@types+node@22.4.2_encoding@0.1.13_eslint@8.57.0_ioredis@5._om2iw7d5au5ekmzbwlfm3q6gd4/node_modules/nuxt/dist/core/runtime/nitro/paths"
],
"~": [
"./.."
],
"@": [
"./.."
],
"~~": [
"./.."
],
"@@": [
"./.."
],
"assets": [
"../assets"
],
"assets/*": [
"../assets/*"
],
"public": [
"../public"
],
"public/*": [
"../public/*"
],
"#image": [
"../node_modules/.pnpm/@nuxt+image@1.7.0_ioredis@5.4.1_magicast@0.3.4_rollup@4.21.0/node_modules/@nuxt/image/dist/runtime"
],
"#image/*": [
"../node_modules/.pnpm/@nuxt+image@1.7.0_ioredis@5.4.1_magicast@0.3.4_rollup@4.21.0/node_modules/@nuxt/image/dist/runtime/*"
],
"#vue-router": [
"./vue-router"
]
},
"lib": [
"esnext",
"webworker",
"dom.iterable"
]
},
"include": [
"./types/nitro-nuxt.d.ts",
"../node_modules/.pnpm/@element-plus+nuxt@1.0.9_@element-plus+icons-vue@2.3.1_vue@3.4.38_typescript@5.5.4___element-_3pfyoy77lutclfuwgfsywodcq4/node_modules/@element-plus/nuxt/runtime/server",
"../node_modules/.pnpm/@unocss+nuxt@0.62.2_magicast@0.3.4_postcss@8.4.41_rollup@4.21.0_vite@3.2.10_@types+node@22.4._mg6kvvd3d26lc5lkt2p3gv7rfi/node_modules/@unocss/nuxt/runtime/server",
"../node_modules/.pnpm/@nuxt+image@1.7.0_ioredis@5.4.1_magicast@0.3.4_rollup@4.21.0/node_modules/@nuxt/image/runtime/server",
"../node_modules/.pnpm/@nuxt+telemetry@2.5.4_magicast@0.3.4_rollup@4.21.0/node_modules/@nuxt/telemetry/runtime/server",
"./types/nitro.d.ts",
"../**/*",
"../server/**/*"
],
"exclude": [
"../node_modules",
"../node_modules/.pnpm/nuxt@3.12.4_@parcel+watcher@2.4.1_@types+node@22.4.2_encoding@0.1.13_eslint@8.57.0_ioredis@5._om2iw7d5au5ekmzbwlfm3q6gd4/node_modules/nuxt/node_modules",
"../dist"
]
}