0
0
Fork 0

Fixes build errors from some previous TS-related commits (#24811)

This commit is contained in:
Renaud Chaput 2023-05-03 16:28:14 +02:00 committed by GitHub
parent 0999cb4601
commit 45579a26cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 7 deletions

View file

@ -9,6 +9,9 @@ module.exports = (api) => {
loose: true,
modules: false,
debug: false,
include: [
'proposal-numeric-separator',
],
};
const config = {