Skip to content

Commit bfef8b4

Browse files
committed
v0.4.0
1 parent fd51b29 commit bfef8b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@badrap/libapp",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"description": "TypeScript helpers for creating Badrap apps",
55
"repository": {
66
"type": "git",

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"compilerOptions": {
33
"target": "es2021",
4-
"module": "commonjs",
4+
"module": "node16",
55
"strict": true,
66
"esModuleInterop": true,
7-
"moduleResolution": "node",
7+
"moduleResolution": "node16",
88
"declaration": true,
99
"sourceMap": true,
1010
"outDir": "dist",

0 commit comments

Comments
 (0)