Ver código fonte

deploy: ts config error ts code

master
valere 3 meses atrás
pai
commit
fe66965154
3 arquivos alterados com 3 adições e 0 exclusões
  1. +1
    -0
      tsconfig.app.json
  2. +1
    -0
      tsconfig.node.json
  3. +1
    -0
      tsconfig.vitest.json

+ 1
- 0
tsconfig.app.json Ver arquivo

@@ -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 Ver arquivo

@@ -9,6 +9,7 @@
],
"compilerOptions": {
"composite": true,
"noEmitOnError": true,
"noEmit": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",



+ 1
- 0
tsconfig.vitest.json Ver arquivo

@@ -3,6 +3,7 @@
"exclude": [],
"compilerOptions": {
"composite": true,
"noEmitOnError": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.vitest.tsbuildinfo",

"lib": [],


Carregando…
Cancelar
Salvar