ci: set module to nodenext
This commit is contained in:
parent
bf8d216f49
commit
2a57fb2a7e
|
@ -5,7 +5,8 @@
|
|||
"config": {
|
||||
"tsconfig": {
|
||||
"compilerOptions": {
|
||||
"allowImportingTsExtensions": true
|
||||
"allowImportingTsExtensions": true,
|
||||
"module": "nodenext"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue