@genesislcap/foundation-layout 14.12.6 → 14.13.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,14 @@
1
+ module.exports = {
2
+ /** Globs to analyze */
3
+ globs: ['src/**/*.ts'],
4
+ /** Directory to output CEM to */
5
+ outdir: './dist',
6
+ /** Run in dev mode, provides extra logging */
7
+ dev: false,
8
+ /** Enable special handling for FastElement */
9
+ fast: true,
10
+ /** Include third party custom elements manifests */
11
+ dependencies: true,
12
+ /** Output CEM path to `package.json`, defaults to true */
13
+ packagejson: true,
14
+ };