Skip to content

Commit

Permalink
v0.7.2 (#5)
Browse files Browse the repository at this point in the history
- 2022-06-14 - v0.7.2
  - Update @tsconfig to Node18
  - Add excludes to tsconfig base (xojs/xo#637)
  - Version bumps
  • Loading branch information
msamblanet committed Jun 14, 2022
1 parent 9657a14 commit d568094
Show file tree
Hide file tree
Showing 4 changed files with 5,895 additions and 4,690 deletions.
7 changes: 6 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Node Project Template - Revision History

- 2022-06-14 - v0.7.2
- Update @tsconfig to Node18
- Add excludes to tsconfig base (https://github.com/xojs/xo/issues/637)
- Version bumps

- 2022-06-07 - v0.7.1
- Tweaked placeholder test module loading
- Switch to v8 code coverage (instead of babel) to work properly with ESM features
Expand All @@ -12,7 +17,7 @@

- 2021-10-26 - v0.7.0
- Added configmap folder and links into Dockerfile
- Add describe block into placeholder test as a better template
- Add describe block into placeholder test nas a better template
- Add default exports to placeholder test and main
- Alter package launching of jest to include --experimental-vm-modules
- Add sample mock loading into the placeholder test
Expand Down
3 changes: 2 additions & 1 deletion base/tsconfig-mjs.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "@msamblanet/tsconfig-mjs.json",
"extends": "@tsconfig/node16/tsconfig.json",
"extends": "@tsconfig/node18/tsconfig.json",
"include": [
"../../../../src"
],
"exclude": [],
"compilerOptions": {
"outDir": "../../../../dist",
"rootDir": "../../../../src",
Expand Down

0 comments on commit d568094

Please sign in to comment.