0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00

fix(core): set module in base config (#685)

This commit is contained in:
Gao Sun 2022-04-28 11:58:14 +08:00 committed by GitHub
parent 5944ff075e
commit d108f4b883
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -7,6 +7,7 @@
"@/*": [
"src/*"
]
}
},
"module": "ESNext"
}
}

View file

@ -5,8 +5,7 @@
"node",
"jest",
"jest-matcher-specific-error"
],
"module": "ESNext"
]
},
"include": [
"src",