sync/kevisual.json
2025-05-07 22:43:18 +08:00

13 lines
213 B
JSON

{
"version": "0.0.1",
"description": "Sync Projects",
"ignore": [
"node_modules",
"dist"
],
"sync": {
"./tsconfig.json": {
"url": "https://kevisual.cn/root/ai/tsconfig.json"
}
}
}