Skip to content

Commit

Permalink
chore: ++
Browse files Browse the repository at this point in the history
  • Loading branch information
kungege committed Nov 29, 2024
1 parent f59c020 commit 0ff0be0
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
Expand Up @@ -48,7 +48,7 @@
"format": "pnpm run format:code && pnpm run format:md && pnpm run lint:fix",
"format:code": "prettier --write \"(src|demo)/**/*.(vue|js)\"",
"format:md": "prettier --write --parser markdown --prose-wrap never \"(src|demo)/**/*.md\"",
"test": "NODE_ENV=test vitest",
"test": "NODE_ENV=test vitest run",
"test:update": "NODE_ENV=test vitest -u",
"test:cov": "NODE_ENV=test NODE_OPTIONS=--unhandled-rejections=warn vitest --coverage",
"test:watch": "NODE_ENV=test vitest",
Expand Down
3 changes: 2 additions & 1 deletion src/tsconfig.demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"noEmit": true,
"rootDir": ".",
"module": "CommonJS",
"target": "ES6"
"target": "ES6",
"types": ["vue/jsx"],
}
}

0 comments on commit 0ff0be0

Please sign in to comment.