Skip to content

Commit 60981c9

Browse files
authored
Merge pull request #3 from stplasim/master
Changes ESNext modules format to CommonJS. NodeJS does not support ES6 Import syntax
2 parents 60a3da2 + df603e4 commit 60981c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"module": "ESNext",
3+
"module": "CommonJS",
44
"target": "ES5",
55
"jsx": "react",
66
"moduleResolution": "Node",

0 commit comments

Comments
 (0)