mirror of
https://github.com/cioyu/cioyu.github.io.git
synced 2026-05-02 13:31:47 +08:00
9 lines
116 B
JSON
9 lines
116 B
JSON
{
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "docs"]
|
|
}
|