Merge pull request #872 from ing-bank/chore/types-issue
chore: fix type problems before release
This commit is contained in:
commit
0f0eff17fc
2 changed files with 10 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ import { forceENAUSymbols } from './forceENAUSymbols.js';
|
||||||
*
|
*
|
||||||
* @typedef {import('../../types/LocalizeMixinTypes').FormatNumberPart} FormatNumberPart
|
* @typedef {import('../../types/LocalizeMixinTypes').FormatNumberPart} FormatNumberPart
|
||||||
* @param {FormatNumberPart[]} formattedParts
|
* @param {FormatNumberPart[]} formattedParts
|
||||||
* @param {Object} [options]
|
* @param {Object} options
|
||||||
* @param {string} [options.style]
|
* @param {string} [options.style]
|
||||||
* @param {string} [options.currency]
|
* @param {string} [options.currency]
|
||||||
* @param {string} [options.currencyDisplay]
|
* @param {string} [options.currencyDisplay]
|
||||||
|
|
|
||||||
|
|
@ -5,5 +5,13 @@
|
||||||
"emitDeclarationOnly": true,
|
"emitDeclarationOnly": true,
|
||||||
"noEmit": false
|
"noEmit": false
|
||||||
},
|
},
|
||||||
"exclude": ["packages/*/index.js"]
|
"exclude": [
|
||||||
|
"node_modules",
|
||||||
|
"**/node_modules/*",
|
||||||
|
"**/coverage/*",
|
||||||
|
"**/dist/**/*",
|
||||||
|
"packages/**/test-helpers",
|
||||||
|
"packages/singleton-manager/demo/",
|
||||||
|
"packages/singleton-manager/test/"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue