Skip to content

Commit 9c938fd

Browse files
committed
change module resolution
1 parent 8a59ac4 commit 9c938fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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": "@watzon/baserow",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Baserow client library",
55
"module": "dist/baserow.es.js",
66
"main": "dist/baserow.umd.js",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"allowJs": true,
1010

1111
// Module resolution
12-
"moduleResolution": "bundler",
12+
"moduleResolution": "node",
1313
"allowImportingTsExtensions": true,
1414
"verbatimModuleSyntax": true,
1515

0 commit comments

Comments
 (0)