Skip to content

Commit 68de7f4

Browse files
committed
build: fixed output
1 parent 4591cf8 commit 68de7f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
// "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
2828

2929
/* Modules */
30-
"module": "Node16",
30+
"module": "commonjs",
3131
/* Specify what module code is generated. */
3232
"rootDir": ".",
3333
/* Specify the root folder within your source files. */
34-
"moduleResolution": "Node16",
34+
"moduleResolution": "node",
3535
/* Specify how TypeScript looks up a file from a given module specifier. */
3636
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
3737
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */

0 commit comments

Comments
 (0)