File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ const paths = {
37
37
38
38
const plugins = [
39
39
typescript ( {
40
- tsconfig : 'tsconfig.build .json' ,
40
+ tsconfig : 'tsconfig.cjs .json' ,
41
41
tsconfigOverride : {
42
42
compilerOptions : {
43
43
declaration : false ,
@@ -103,7 +103,7 @@ export default [
103
103
} ,
104
104
plugins : [
105
105
typescript ( {
106
- tsconfig : 'tsconfig.build .json' ,
106
+ tsconfig : 'tsconfig.cjs .json' ,
107
107
tsconfigOverride : {
108
108
compilerOptions : {
109
109
declaration : false ,
@@ -126,7 +126,7 @@ export default [
126
126
} ,
127
127
plugins : [
128
128
typescript ( {
129
- tsconfig : 'tsconfig.build .json' ,
129
+ tsconfig : 'tsconfig.cjs .json' ,
130
130
tsconfigOverride : {
131
131
compilerOptions : {
132
132
declaration : false ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const terserInstance = terser({
18
18
19
19
const plugins = [
20
20
typescript ( {
21
- tsconfig : 'tsconfig.build .json' ,
21
+ tsconfig : 'tsconfig.cjs .json' ,
22
22
tsconfigOverride : {
23
23
compilerOptions : {
24
24
declaration : false ,
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const paths = {
32
32
33
33
const plugins = [
34
34
typescript ( {
35
- tsconfig : 'tsconfig.build .json' ,
35
+ tsconfig : 'tsconfig.cjs .json' ,
36
36
tsconfigOverride : {
37
37
compilerOptions : {
38
38
declaration : false ,
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const paths = {
32
32
33
33
const plugins = [
34
34
typescript ( {
35
- tsconfig : 'tsconfig.build .json' ,
35
+ tsconfig : 'tsconfig.cjs .json' ,
36
36
tsconfigOverride : {
37
37
compilerOptions : {
38
38
declaration : false ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const terserInstance = terser({
16
16
17
17
const plugins = [
18
18
typescript ( {
19
- tsconfig : 'tsconfig.build .json' ,
19
+ tsconfig : 'tsconfig.cjs .json' ,
20
20
tsconfigOverride : {
21
21
compilerOptions : {
22
22
declaration : false ,
You can’t perform that action at this time.
0 commit comments