Skip to content

Commit

Permalink
chore: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Feb 4, 2021
1 parent 8c3f250 commit aa04d52
Show file tree
Hide file tree
Showing 2 changed files with 3 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": "vite-plugin-mock",
"version": "2.0.0",
"version": "2.0.1",
"description": "A mock plugin for vite",
"main": "dist/index.js",
"files": [
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.es.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "esnext"
"module": "esnext",
"outDir": "es"
},
"include": ["./src/createProdMockServer.ts"],
"exclude": []
Expand Down

0 comments on commit aa04d52

Please sign in to comment.