@saberhq/tsconfig
Advanced tools
Comparing version 1.12.52 to 1.12.53
{ | ||
"name": "@saberhq/tsconfig", | ||
"description": "Saber TypeScript configurations.", | ||
"version": "1.12.52", | ||
"version": "1.12.53", | ||
"repository": "git@github.com:saber-hq/saber-common.git", | ||
@@ -19,3 +19,3 @@ "author": "Ian Macalinao <ian@saber.so>", | ||
}, | ||
"gitHead": "7dde0daf9c8b79f5ee2e3ac6406fddd28aec46e7" | ||
"gitHead": "27bd412a8bf627783d09aba117f8c87417d41d24" | ||
} |
@@ -26,3 +26,3 @@ # @saberhq/tsconfig | ||
We recommend creating both a CommonJS and ESM build. For this, add the following two files: | ||
We recommend creating both a CommonJS and ESM build. The CommonJS build is useful for web apps, and the ESM build is useful for server-side apps and some web apps. For this, add the following two files: | ||
@@ -29,0 +29,0 @@ #### `tsconfig.esm.json` |
14056