Skip to content

Commit 532c8d9

Browse files
committed
Switch to commonjs by default
1 parent 713a885 commit 532c8d9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.tstoolkitrc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const config: TsToolkitConfig = {
44
packageConfig: {
55
srcDir: 'src',
66
outDir: 'dist',
7-
moduleType: 'module',
7+
moduleType: 'commonjs',
88
main: 'index.ts',
99
exports: {
1010
'.': 'index.ts',

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@makerx/graphql-core",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"private": false,
55
"description": "A set of core GraphQL utilities that MakerX uses to build GraphQL APIs",
66
"author": "MakerX",

0 commit comments

Comments
 (0)