Skip to content

Commit

Permalink
chore: fix type problems before release
Browse files Browse the repository at this point in the history
  • Loading branch information
Joren Broekema committed Aug 10, 2020
1 parent 850604b commit d9961a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/localize/src/number/normalizeIntl.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { forceENAUSymbols } from './forceENAUSymbols.js';
*
* @typedef {import('../../types/LocalizeMixinTypes').FormatNumberPart} FormatNumberPart
* @param {FormatNumberPart[]} formattedParts
* @param {Object} [options]
* @param {Object} options
* @param {string} [options.style]
* @param {string} [options.currency]
* @param {string} [options.currencyDisplay]
Expand Down
10 changes: 9 additions & 1 deletion tsconfig.build.types.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,13 @@
"emitDeclarationOnly": true,
"noEmit": false
},
"exclude": ["packages/*/index.js"]
"exclude": [
"node_modules",
"**/node_modules/*",
"**/coverage/*",
"**/dist/**/*",
"packages/**/test-helpers",
"packages/singleton-manager/demo/",
"packages/singleton-manager/test/"
]
}

0 comments on commit d9961a0

Please sign in to comment.