Skip to content

Commit

Permalink
[chore]: ignore stories in tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
0x009922 committed Mar 13, 2023
1 parent 93da1a4 commit 6659284
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// "noImplicitReturns": true,
"noPropertyAccessFromIndexSignature": false,
// "noUncheckedIndexedAccess": true,
"noUnusedLocals": false,
"noUnusedLocals": false,
// "noUnusedParameters": true,

// TODO set to true
Expand All @@ -28,5 +28,11 @@
"resolveJsonModule": true,
"lib": ["esnext", "dom"]
},
"exclude": ["**/dist", "**/ts-build", "**/storybook-static"]
"exclude": [
"**/dist",
"**/ts-build",
"**/storybook-static",
// https://github.com/soramitsu/soramitsu-js-ui-library/issues/514
"./packages/ui/stories"
]
}

0 comments on commit 6659284

Please sign in to comment.