Skip to content

Commit

Permalink
update cem config
Browse files Browse the repository at this point in the history
  • Loading branch information
shonya3 committed Oct 23, 2024
1 parent 78483e8 commit eabfd1e
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 630 deletions.
2 changes: 1 addition & 1 deletion custom-elements-manifest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** https://custom-elements-manifest.open-wc.org/analyzer/config/ */
export default {
exclude: ['src/app-root.ts', 'src/**/*.styles.ts'],
exclude: ['src/app-root.ts', 'src/**/*.styles.ts', 'src/**/*.stories.ts', 'src/jsons'],
litelement: true,
globs: ['src/**/*.ts'],
};
Loading

0 comments on commit eabfd1e

Please sign in to comment.