mirror of
https://gitee.com/lyt-top/vue-next-admin
synced 2026-07-01 03:21:25 +08:00
12 lines
183 B
JSON
12 lines
183 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"lib": ["esnext", "dom", "dom.iterable", "scripthost"],
|
|
"jsx": "preserve",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"/@/*": ["src/*"]
|
|
}
|
|
}
|
|
}
|