@gjuchault/typescript-library-starter
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -1,2 +0,2 @@ | ||
## [4.0.1](https://github.com/gjuchault/typescript-library-starter/compare/v4.0.0...v4.0.1) (2023-10-24) | ||
## [4.0.2](https://github.com/gjuchault/typescript-library-starter/compare/v4.0.1...v4.0.2) (2023-10-24) | ||
@@ -6,2 +6,2 @@ | ||
* **esbuild:** target node 21 ([3376aa7](https://github.com/gjuchault/typescript-library-starter/commit/3376aa721093604ba2e9d308421a6c8468984261)) | ||
* **tsconfig:** use lib es2023 with node 21 ([e7354fe](https://github.com/gjuchault/typescript-library-starter/commit/e7354fe216b4d065eefc0e81a3035278a076e33b)) |
{ | ||
"name": "@gjuchault/typescript-library-starter", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Yet another typescript library starter template", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
{ | ||
"include": ["./src/**/*.ts"], | ||
"compilerOptions": { | ||
"lib": ["es2022"], | ||
"lib": ["es2023"], | ||
"module": "nodenext", | ||
@@ -6,0 +6,0 @@ "target": "es2022", |
32041