Skip to content

Commit

Permalink
build(banner): add tsconfig.build.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
jaketrent committed Oct 15, 2020
1 parent 09a0670 commit 809af9d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages/banner/tsconfig.build.json
@@ -0,0 +1,16 @@
{
"extends": "./tsconfig.json",
"include": ["src"],
"exclude": [
".storybook",
"node_modules",
"dist",
"**/*.spec.*",
"**/*.story.*"
],
"compilerOptions": {
"declaration": true,
"outDir": "dist",
"rootDir": "src"
}
}

0 comments on commit 809af9d

Please sign in to comment.