ci: override module setting in tsconfig
This commit is contained in:
parent
8a8e50f69b
commit
874b61e316
|
@ -1,5 +1,12 @@
|
||||||
{
|
{
|
||||||
"preset": [
|
"preset": [
|
||||||
"@lumeweb/node-library-preset"
|
"@lumeweb/node-library-preset"
|
||||||
]
|
],
|
||||||
}
|
"config": {
|
||||||
|
"tsconfig": {
|
||||||
|
"compilerOptions": {
|
||||||
|
"module": "nodenext"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue