ci: override module setting in tsconfig

This commit is contained in:
Derrick Hammer 2023-09-01 10:10:23 -04:00
parent 8a8e50f69b
commit 874b61e316
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,12 @@
{
"preset": [
"@lumeweb/node-library-preset"
]
}
],
"config": {
"tsconfig": {
"compilerOptions": {
"module": "nodenext"
}
}
}
}