Skip to content

Commit

Permalink
fix #322
Browse files Browse the repository at this point in the history
  • Loading branch information
silkentrance committed Nov 4, 2022
1 parent 329c9d7 commit 4fd7ef8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/vitest/package.json
Expand Up @@ -2,6 +2,7 @@
"name": "@testdeck/vitest",
"version": "0.3.0",
"description": "Object oriented testing for the Vitest test framework",
"type": "module",
"keywords": [
"test",
"testing",
Expand Down
5 changes: 3 additions & 2 deletions packages/vitest/tsconfig.json
@@ -1,7 +1,8 @@
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"removeComments": false,
"preserveConstEnums": true,
"sourceMap": true,
Expand Down

0 comments on commit 4fd7ef8

Please sign in to comment.