ci: change moduleResolution to nodenext
This commit is contained in:
parent
5b7dc6cf00
commit
4ac844d509
|
@ -2,7 +2,7 @@
|
|||
"compilerOptions": {
|
||||
"target": "es2020",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"moduleResolution": "nodenext",
|
||||
"rootDir": "src",
|
||||
"outDir": "build",
|
||||
"esModuleInterop": true,
|
||||
|
|
Loading…
Reference in New Issue