Skip to content

Commit 2a778a0

Browse files
committed
🐛 Fix typings folder not included
1 parent ae284fd commit 2a778a0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

AYIM/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"compilerOptions": {
44
"noEmit": true
55
},
6-
"include": [
6+
"files": [
77
"**/*",
88
"**/*.vue",
99
],

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /src
44

55
FROM base AS builder
66

7-
COPY LICENSE package.json package-lock.json README.md tsconfig.json ormconfig.ts /src/
7+
COPY LICENSE package.json package-lock.json README.md tsconfig.json tsconfig.base.json ormconfig.ts /src/
88

99
RUN npm ci
1010

MCA/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"compilerOptions": {
44
"noEmit": true
55
},
6-
"include": [
6+
"files": [
77
"**/*",
88
"**/*.vue",
99
],

Main/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"compilerOptions": {
44
"noEmit": true
55
},
6-
"include": [
6+
"files": [
77
"**/*",
88
"**/*.vue",
99
],

Open/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"compilerOptions": {
44
"noEmit": true
55
},
6-
"include": [
6+
"files": [
77
"**/*",
88
"**/*.vue",
99
],

0 commit comments

Comments
 (0)