We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d41806 commit 1405ee6Copy full SHA for 1405ee6
vitest.config.ts
@@ -0,0 +1,11 @@
1
+import { defineConfig } from "vitest/config";
2
+
3
+// https://vitejs.dev/config/
4
+// https://vitest.dev/config/
5
+export default defineConfig({
6
+ resolve: {
7
+ alias: {
8
+ "#lib/getMainArgs.js": "./src/lib/getMainArgs-default.ts",
9
+ },
10
11
+});
0 commit comments