We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a59ac4 commit 9c938fdCopy full SHA for 9c938fd
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@watzon/baserow",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"description": "Baserow client library",
5
"module": "dist/baserow.es.js",
6
"main": "dist/baserow.umd.js",
tsconfig.json
@@ -9,7 +9,7 @@
9
"allowJs": true,
10
11
// Module resolution
12
- "moduleResolution": "bundler",
+ "moduleResolution": "node",
13
"allowImportingTsExtensions": true,
14
"verbatimModuleSyntax": true,
15
0 commit comments