mirror of
https://github.com/1024-lab/smart-admin.git
synced 2025-09-01 18:34:37 +00: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"
|
|
]
|
|
} |