mirror of
https://github.com/VisActor/VChart
synced 2024-11-22 07:58:59 +00:00
10 lines
168 B
JSON
10 lines
168 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@visactor/vutils-extension": ["../vutils-extension/src"]
|
|
}
|
|
},
|
|
"references": []
|
|
}
|