Skip to content

Commit

Permalink
fix: no code generate
Browse files Browse the repository at this point in the history
  • Loading branch information
doxiaodong committed Apr 3, 2019
1 parent 45ea78f commit 2d9bc62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"license": "MIT",
"main": "./lib/index",
"module": "./es/index",
"types": "./lib/index.d.ts",
"config": {
"port": 8899
},
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"target": "es6",
"noImplicitAny": false,
"noUnusedLocals": true,
"noEmit": true,
"baseUrl": "src"
}
}

0 comments on commit 2d9bc62

Please sign in to comment.