mirror of
https://gitee.com/lyt-top/vue-next-admin
synced 2026-06-07 02:12:14 +08:00
21 lines
453 B
JSON
21 lines
453 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"lib": ["esnext", "dom", "dom.iterable", "scripthost"],
|
|
"jsx": "preserve",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"baseUrl": ".",
|
|
"types": ["vite/client"],
|
|
"paths": {
|
|
"/@/*": ["src/*"]
|
|
},
|
|
"moduleResolution": "node",
|
|
"strict": true
|
|
}
|
|
}
|