Skip to content

Commit

Permalink
change ts compile module to commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
awmleer committed Oct 31, 2019
1 parent 540e266 commit 4e3dec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reto",
"version": "0.8.0",
"version": "0.8.1",
"main": "index.js",
"repository": "https://github.com/awmleer/reto",
"description": "React store with hooks.",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"declaration": true,
"noImplicitAny": true,
"target": "es6",
"module": "esnext",
"module": "commonjs",
"moduleResolution": "node",
"esModuleInterop": true,
"jsx": "react",
Expand Down

0 comments on commit 4e3dec7

Please sign in to comment.