Skip to content

Commit

Permalink
ts 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Oct 13, 2021
1 parent 9d1d6cb commit d2f82a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chatie/tsconfig",
"version": "0.20.6",
"version": "0.21.0",
"description": "tsconfig.json inheritance via Node.js packages",
"tsconfig": "tsconfig.json",
"type": "module",
Expand Down Expand Up @@ -57,7 +57,7 @@
"ts-node": "^10.3.0",
"tstest": "^0.5.16",
"type-fest": "^2.5.0",
"typescript": "^4.4.3"
"typescript": "^4.5.0-dev.20211012"
},
"git": {
"scripts": {
Expand Down
7 changes: 5 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
/**
* ES Module support
*/
"target": "es2020",
"target": "esnext",

// ES Modules: https://www.typescriptlang.org/tsconfig#module
"module": "es2020",
// https://devblogs.microsoft.com/typescript/announcing-typescript-4-5-beta/#esm-nodejs
"module": "nodenext",

// https://www.typescriptlang.org/tsconfig#moduleResolution
"moduleResolution": "node",

Expand Down

0 comments on commit d2f82a8

Please sign in to comment.