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