Переглянути джерело

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": [],


Завантаження…
Відмінити
Зберегти