mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-09-17 02:46:39 +08:00
17 lines
322 B
JSON
17 lines
322 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"jsx":"preserve",
|
|
"module": "commonjs",
|
|
"allowSyntheticDefaultImports": true,
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"/@/*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |