This website works better with JavaScript.
首頁
探索
說明
登入
valere
/
virages
關註
1
收藏
0
複製
0
程式碼
問題管理
2
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
deploy: ts config error ts code
master
valere
3 月之前
父節點
9b57c95130
當前提交
fe66965154
共有
3 個文件被更改
,包括
3 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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": [],
Write
Preview
Loading…
取消
儲存