使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
valere
/
virages
关注
1
点赞
0
派生
0
代码
工单
2
合并请求
0
版本发布
0
百科
动态
浏览代码
deploy: ts config error ts code
master
valere
3 个月前
父节点
9b57c95130
当前提交
fe66965154
共有
3 个文件被更改
,包括
3 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-0
tsconfig.app.json
+1
-0
tsconfig.node.json
+1
-0
tsconfig.vitest.json
+ 1
- 0
tsconfig.app.json
查看文件
@@ -4,6 +4,7 @@
"exclude": ["src/**/__tests__/*"],
"compilerOptions": {
"composite": true,
"noEmitOnError": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"paths": {
+ 1
- 0
tsconfig.node.json
查看文件
@@ -9,6 +9,7 @@
],
"compilerOptions": {
"composite": true,
"noEmitOnError": true,
"noEmit": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
+ 1
- 0
tsconfig.vitest.json
查看文件
@@ -3,6 +3,7 @@
"exclude": [],
"compilerOptions": {
"composite": true,
"noEmitOnError": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.vitest.tsbuildinfo",
"lib": [],
撰写
预览
正在加载...
取消
保存