Skip to content

Commit dcb063f

Browse files
committed
fix module resolution
1 parent 4ebe8e9 commit dcb063f

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.npmignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"config",
1919
"lib",
2020
"scripts",
21-
"utils",
2221
"tsconfig.json"
2322
],
2423
"bin": {
@@ -110,7 +109,7 @@
110109
},
111110
"peerDependencies": {
112111
"@reactunity/previewer": "*",
113-
"@reactunity/renderer": "^0.16.0",
112+
"@reactunity/renderer": "^0.16.1",
114113
"react": "^18.0.0",
115114
"typescript": ">=5"
116115
},

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"pretty": true,
77
"declaration": false,
88
"module": "esnext",
9-
"moduleResolution": "node",
9+
"moduleResolution": "nodenext",
1010
"preserveSymlinks": true,
1111
"importHelpers": false,
1212
"strict": true,

0 commit comments

Comments
 (0)