build: change compilerOptions.module to ESNext

This commit is contained in:
Derrick Hammer 2024-03-16 11:49:15 -04:00
parent 83b7d78af1
commit 54ca99d8d1
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"config": {
"tsconfig": {
"compilerOptions": {
"module": "nodenext",
"module": "ESNext",
"moduleResolution": "node"
}
}