feat(auth): scaffold empty package with feature tag + path aliases
This commit is contained in:
11
packages/auth/vitest.config.ts
Normal file
11
packages/auth/vitest.config.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import path from "node:path";
|
||||
import { baseVitestConfig } from "@repo/typescript-config/vitest.base";
|
||||
|
||||
export default {
|
||||
...baseVitestConfig,
|
||||
resolve: {
|
||||
alias: {
|
||||
"@": path.resolve(__dirname, "./src"),
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user