build: change compilerOptions.module to ESNext
This commit is contained in:
parent
83b7d78af1
commit
54ca99d8d1
|
@ -5,7 +5,7 @@
|
|||
"config": {
|
||||
"tsconfig": {
|
||||
"compilerOptions": {
|
||||
"module": "nodenext",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "node"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue