Skip to content

Commit a2e5fa5

Browse files
author
Simon Planinschek
committed
Fixed module error. Changes ESNext modules format to CommonJS. NodeJS does not support ES6 Import syntax
1 parent 38bce41 commit a2e5fa5

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)