mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-11-30 02:57:46 +08:00
13 lines
274 B
JSON
13 lines
274 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"allowSyntheticDefaultImports": false,
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
},
|
|
"jsx": "preserve"
|
|
},
|
|
"exclude": ["node_modules", "dist", "dist-test"]
|
|
}
|