ci: change moduleResolution to nodenext

This commit is contained in:
Derrick Hammer 2023-07-07 08:34:34 -04:00
parent 5b7dc6cf00
commit 4ac844d509
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"moduleResolution": "node",
"moduleResolution": "nodenext",
"rootDir": "src",
"outDir": "build",
"esModuleInterop": true,