Skip to content

Commit c717a82

Browse files
committed
chore: update publish-package.yml and tsconfig.json for build process adjustments
1 parent f020da4 commit c717a82

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

packages/uikit-testing-tools/package.json

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,8 @@
6363
"source": "src",
6464
"output": "lib",
6565
"targets": [
66-
[
67-
"commonjs",
68-
{
69-
"copyFlow": false,
70-
"exclude": "**/*.d.ts"
71-
}
72-
],
73-
[
74-
"module",
75-
{
76-
"copyFlow": false,
77-
"exclude": "**/*.d.ts"
78-
}
79-
],
66+
"commonjs",
67+
"module",
8068
[
8169
"typescript",
8270
{

0 commit comments

Comments
 (0)