Browse Source

Remove line break

pull/381/head
Thomas 4 years ago
parent
commit
ba14143ca1
  1. 1
      libs/ui/.storybook/tsconfig.json

1
libs/ui/.storybook/tsconfig.json

@ -3,7 +3,6 @@
"compilerOptions": { "compilerOptions": {
"emitDecoratorMetadata": true "emitDecoratorMetadata": true
}, },
"exclude": ["../**/*.spec.ts"], "exclude": ["../**/*.spec.ts"],
"include": ["../src/**/*", "*.js"] "include": ["../src/**/*", "*.js"]
} }

Loading…
Cancel
Save