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:
parent
5944ff075e
commit
d108f4b883
2 changed files with 3 additions and 3 deletions
|
@ -7,6 +7,7 @@
|
|||
"@/*": [
|
||||
"src/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"module": "ESNext"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,8 +5,7 @@
|
|||
"node",
|
||||
"jest",
|
||||
"jest-matcher-specific-error"
|
||||
],
|
||||
"module": "ESNext"
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
"src",
|
||||
|
|
Loading…
Reference in a new issue