build(typescript-config): add shared vitest base config

This commit is contained in:
2026-05-04 20:33:34 +02:00
parent 7c9bf5c546
commit afc76754f8
3 changed files with 29 additions and 2 deletions

View File

@@ -1,5 +1,13 @@
{
"name": "@repo/typescript-config",
"private": true,
"version": "0.0.0"
"version": "0.0.0",
"type": "module",
"exports": {
"./base.json": "./base.json",
"./vitest.base": "./vitest.base.ts"
},
"devDependencies": {
"vitest": "^3.1.0"
}
}