mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
10 lines
135 B
JSON
10 lines
135 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": "./",
|
||
|
"paths": {
|
||
|
"@/*": ["src/*"]
|
||
|
}
|
||
|
},
|
||
|
"exclude": ["node_modules", "dist"]
|
||
|
}
|