ci: set module to nodenext

This commit is contained in:
Derrick Hammer 2023-12-10 15:18:58 -05:00
parent bf8d216f49
commit 2a57fb2a7e
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
"config": { "config": {
"tsconfig": { "tsconfig": {
"compilerOptions": { "compilerOptions": {
"allowImportingTsExtensions": true "allowImportingTsExtensions": true,
"module": "nodenext"
} }
} }
} }