mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-12-02 12:07:41 +08:00
12 lines
247 B
JSON
12 lines
247 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2017",
|
||
|
"allowSyntheticDefaultImports": false,
|
||
|
"baseUrl": "./",
|
||
|
"paths": {
|
||
|
"@/*": ["src/*"]
|
||
|
}
|
||
|
},
|
||
|
"exclude": ["node_modules", "dist", "dist-test"]
|
||
|
}
|