Skip to content

Commit 94798ac

Browse files
authored
fix: buildComponent is failing for overriden component (#580)
1 parent 17ecbe6 commit 94798ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
// "skipLibCheck" must be true in order to not see errors in the @pega/pcore-pconnect-typedefs files themselves
1111
"skipLibCheck": true
1212
},
13-
"files": ["./sdk-local-component-map.js"]
13+
"files": ["./sdk-local-component-map.js", "./src/theme.ts"]
1414
}

0 commit comments

Comments
 (0)