diff --git a/package.json b/package.json index f788809..7de7d7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nnmt/platform-hyper-express", - "version": "0.3.2", + "version": "0.3.3", "description": "Hyper-express Adapter for NestJS (@nnmt/platform-hyper-express)", "author": "Nguyen Nhat Minh Tu", "license": "MIT", @@ -47,7 +47,7 @@ ], "scripts": { "test": "jest", - "build": "rm -rf dist && tsc --build tsconfig.json" + "build": "rm -rf dist/* && tsc --build tsconfig.json" }, "keywords": [ "nestjs", diff --git a/sample/nest-sample-1/package.json b/sample/nest-sample-1/package.json index a9da7ba..1cfc037 100644 --- a/sample/nest-sample-1/package.json +++ b/sample/nest-sample-1/package.json @@ -23,7 +23,7 @@ "@nestjs/common": "^10.0.0", "@nestjs/core": "^10.0.0", "@nestjs/platform-express": "^10.0.0", - "@nnmt/platform-hyper-express": "^0.3.2", + "@nnmt/platform-hyper-express": "^0.3.3", "reflect-metadata": "^0.2.0", "rxjs": "^7.8.1" }, diff --git a/sample/nest-sample-2/package.json b/sample/nest-sample-2/package.json index a9da7ba..1cfc037 100644 --- a/sample/nest-sample-2/package.json +++ b/sample/nest-sample-2/package.json @@ -23,7 +23,7 @@ "@nestjs/common": "^10.0.0", "@nestjs/core": "^10.0.0", "@nestjs/platform-express": "^10.0.0", - "@nnmt/platform-hyper-express": "^0.3.2", + "@nnmt/platform-hyper-express": "^0.3.3", "reflect-metadata": "^0.2.0", "rxjs": "^7.8.1" }, diff --git a/tsconfig.build.json b/tsconfig.build.json index 11f554c..4513b64 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -1,5 +1,7 @@ { "compilerOptions": { + "module": "NodeNext", + "moduleResolution": "NodeNext", "composite": true, "esModuleInterop": true, "skipLibCheck": true,