Преглед изворни кода

deploy: ts config error ts code

master
valere пре 3 месеци
родитељ
комит
fe66965154
3 измењених фајлова са 3 додато и 0 уклоњено
  1. +1
    -0
      tsconfig.app.json
  2. +1
    -0
      tsconfig.node.json
  3. +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": [],


Loading…
Откажи
Сачувај