Skip to content

Commit 46a8a04

Browse files
authored
fix: fix plugins sdk build to be cjs (#729)
1 parent dd945d5 commit 46a8a04

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

plugins-sdk/tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66
"outDir": "./build",
77
"declaration": true,
88
"declarationMap": true,
9-
"jsx": "react-jsx",
10-
"module": "esnext",
9+
"module": "commonjs",
1110
"target": "es2015",
1211
"moduleResolution": "node",
1312
"esModuleInterop": true,
1413
"skipLibCheck": true,
1514
"allowSyntheticDefaultImports": true,
1615
"noUnusedLocals": false
1716
}
18-
}
17+
}

0 commit comments

Comments
 (0)