19 lines
351 B
JSON
19 lines
351 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"lib": [
|
|
"ESNext", "DOM"
|
|
],
|
|
"types": ["vite/client"],
|
|
"jsx": "preserve",
|
|
"jsxImportSource": "vue",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
} |