diff --git a/scripts/ci.sh b/scripts/ci.sh index 0046fe41a..d06f1c675 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -51,7 +51,7 @@ if [ "$1" = "types-package" ]; then cp -r packages/types-generator/dist /tmp/types-generator/dist (cd /tmp/types-generator/dist && npm install) - npm run tsc -- --noEmit --esModuleInterop --moduleResolution node16 /tmp/types-generator/tests/test.ts + npm run tsc -- --noEmit --esModuleInterop --moduleResolution node16 --module Node16 /tmp/types-generator/tests/test.ts rm -r /tmp/types-generator elif [ "$1" = "client" ]; then npm run build