mirror of
https://github.com/zhaojh329/rtty.git
synced 2026-02-27 09:53:17 +08:00
222e3855ae
Change-Id: I28f0f5943433f218d290b9f97eaad049645fb6d5 Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
9 lines
116 B
JSON
9 lines
116 B
JSON
{
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|