Skip to content

Commit

Permalink
Change sdc-pop to CJS module
Browse files Browse the repository at this point in the history
  • Loading branch information
fongsean committed Dec 17, 2023
1 parent ea77fa7 commit 0b34e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdc-populate/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ES6",
"module": "ES6",
"module": "CommonJS",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"moduleResolution": "node",
Expand Down

0 comments on commit 0b34e77

Please sign in to comment.