ci: add presetter-preset-esm to .presetterrc.json
This commit is contained in:
parent
66469e82de
commit
947b55f023
|
@ -1,5 +1,8 @@
|
||||||
{
|
{
|
||||||
"preset": "presetter-preset-strict",
|
"preset": [
|
||||||
|
"presetter-preset-esm",
|
||||||
|
"presetter-preset-strict"
|
||||||
|
],
|
||||||
"config": {
|
"config": {
|
||||||
"tsconfig": {
|
"tsconfig": {
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
|
Loading…
Reference in New Issue