Fixes build errors from some previous TS-related commits (#24811)
This commit is contained in:
parent
0999cb4601
commit
45579a26cf
3 changed files with 8 additions and 7 deletions
|
@ -9,6 +9,9 @@ module.exports = (api) => {
|
|||
loose: true,
|
||||
modules: false,
|
||||
debug: false,
|
||||
include: [
|
||||
'proposal-numeric-separator',
|
||||
],
|
||||
};
|
||||
|
||||
const config = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue