This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
valere
/
virages
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
2
Захтеви за спајање
0
Издања
0
Вики
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…
Откажи
Сачувај