Skip to content

Commit 6dceb98

Browse files
committed
refactor: output build to ecma script module
1 parent 12d26d3 commit 6dceb98

File tree

17 files changed

+27
-41
lines changed

17 files changed

+27
-41
lines changed

packages/components/all/tsconfig.build.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
2-
"extends": "@rck/typescript-config/tsconfig.json",
2+
"extends": "@rck/typescript-config/tsconfig.build.json",
33
"compilerOptions": {
4-
"declaration": true,
54
"outDir": "./dist"
65
},
76
"include": ["./*.d.ts", "./src/**/*", "./src/index.ts*"]
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
22
"extends": "@rck/typescript-config/tsconfig.json",
3-
"compilerOptions": {
4-
"noEmit": true
5-
},
63
"include": ["./**/*"]
74
}

packages/components/button/tsconfig.build.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
2-
"extends": "@rck/typescript-config/tsconfig.json",
2+
"extends": "@rck/typescript-config/tsconfig.build.json",
33
"compilerOptions": {
4-
"declaration": true,
54
"outDir": "./dist"
65
},
76
"include": ["./*.d.ts", "./src/**/*", "./src/index.ts*"]
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
22
"extends": "@rck/typescript-config/tsconfig.json",
3-
"compilerOptions": {
4-
"noEmit": true
5-
},
63
"include": ["./**/*"]
74
}

packages/components/icon/tsconfig.build.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
2-
"extends": "@rck/typescript-config/tsconfig.json",
2+
"extends": "@rck/typescript-config/tsconfig.build.json",
33
"compilerOptions": {
4-
"declaration": true,
54
"outDir": "./dist"
65
},
76
"include": ["./*.d.ts", "./src/**/*", "./src/index.ts*"]
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
22
"extends": "@rck/typescript-config/tsconfig.json",
3-
"compilerOptions": {
4-
"noEmit": true
5-
},
63
"include": ["./**/*"]
74
}

packages/components/input/tsconfig.build.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
2-
"extends": "@rck/typescript-config/tsconfig.json",
2+
"extends": "@rck/typescript-config/tsconfig.build.json",
33
"compilerOptions": {
4-
"declaration": true,
54
"outDir": "./dist"
65
},
76
"include": ["./*.d.ts", "./src/**/*", "./src/index.ts*"]
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
22
"extends": "@rck/typescript-config/tsconfig.json",
3-
"compilerOptions": {
4-
"noEmit": true
5-
},
63
"include": ["./**/*"]
74
}

packages/components/theme/tsconfig.build.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
2-
"extends": "@rck/typescript-config/tsconfig.json",
2+
"extends": "@rck/typescript-config/tsconfig.build.json",
33
"compilerOptions": {
4-
"declaration": true,
54
"outDir": "./dist"
65
},
76
"include": ["./*.d.ts", "./src/**/*", "./src/index.ts*"]
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
22
"extends": "@rck/typescript-config/tsconfig.json",
3-
"compilerOptions": {
4-
"noEmit": true
5-
},
63
"include": ["./**/*"]
74
}

0 commit comments

Comments
 (0)