Skip to content

Commit 294b627

Browse files
authored
fix: Revert to CommonJS until esbuild is added. (#45)
Found this was a hurdle in upgrading the hello app. Need to make some package.json changes and produce both types of build. Changing back to CJS for now.
1 parent 0f61829 commit 294b627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"include": ["src/**/*"],
33
"compilerOptions": {
4-
"module": "ES2022",
4+
"module": "CommonJS",
55
"esModuleInterop": true,
66
"target": "es2022",
77
"moduleResolution": "node",

0 commit comments

Comments
 (0)