chore(renderer): 更新编译配置

This commit is contained in:
wangxuefeng
2025-03-03 15:58:47 +08:00
parent e559b00716
commit e758bc3692
2 changed files with 11 additions and 1 deletions

View File

@@ -6,7 +6,8 @@
"paths": {
"@/*": ["src/*"],
"$vtj/*": [".vtj/*"]
}
},
"lib": ["ES2015", "DOM"]
},
"include": ["src"],
"exclude": [".vtj"],