Skip to content

Commit

Permalink
docs: fix TS path alias in example
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed Oct 14, 2023
1 parent 8b7de3d commit 49def93
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"moduleResolution": "bundler",
"target": "es2021",
"noEmit": true,
"allowImportingTsExtensions": true
"allowImportingTsExtensions": true,
"paths": {
"vitest-when": ["./src/vitest-when.ts"]
}
},
"include": ["vitest.config.ts", "src", "test", "example"]
}

0 comments on commit 49def93

Please sign in to comment.