61 lines
No EOL
1.6 KiB
JSON
61 lines
No EOL
1.6 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"allowJs": true,
|
|
"resolveJsonModule": true,
|
|
"jsx": "preserve",
|
|
"jsxFactory": "h",
|
|
"jsxFragmentFactory": "Fragment",
|
|
"paths": {
|
|
"#imports": [
|
|
"/home/vrifox/git/okfde/stadtratmonitor-client/.nuxt/types/nitro-imports"
|
|
],
|
|
"#paths": [
|
|
"/home/vrifox/git/okfde/stadtratmonitor-client/node_modules/nuxt/dist/core/runtime/nitro/paths"
|
|
],
|
|
"~": [
|
|
"/home/vrifox/git/okfde/stadtratmonitor-client"
|
|
],
|
|
"~/*": [
|
|
"/home/vrifox/git/okfde/stadtratmonitor-client/*"
|
|
],
|
|
"@": [
|
|
"/home/vrifox/git/okfde/stadtratmonitor-client"
|
|
],
|
|
"@/*": [
|
|
"/home/vrifox/git/okfde/stadtratmonitor-client/*"
|
|
],
|
|
"~~": [
|
|
"/home/vrifox/git/okfde/stadtratmonitor-client"
|
|
],
|
|
"~~/*": [
|
|
"/home/vrifox/git/okfde/stadtratmonitor-client/*"
|
|
],
|
|
"@@": [
|
|
"/home/vrifox/git/okfde/stadtratmonitor-client"
|
|
],
|
|
"@@/*": [
|
|
"/home/vrifox/git/okfde/stadtratmonitor-client/*"
|
|
],
|
|
"assets": [
|
|
"/home/vrifox/git/okfde/stadtratmonitor-client/assets"
|
|
],
|
|
"public": [
|
|
"/home/vrifox/git/okfde/stadtratmonitor-client/public"
|
|
],
|
|
"public/*": [
|
|
"/home/vrifox/git/okfde/stadtratmonitor-client/public/*"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"/home/vrifox/git/okfde/stadtratmonitor-client/.nuxt/types/nitro-nuxt.d.ts",
|
|
"./types/nitro.d.ts",
|
|
"../**/*",
|
|
"../server/**/*"
|
|
]
|
|
} |