Skip to content

Commit

Permalink
fix root dir 👨👨
Browse files Browse the repository at this point in the history
  • Loading branch information
mfornos committed Oct 23, 2024
1 parent 6bae0af commit 86791b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/server/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"baseUrl": "./src",
"rootDir": "src",
"types": ["vitest/globals"],
"paths": {
"@/*": ["*"]
Expand All @@ -18,7 +19,7 @@
},
"include": [
"src/**/*",
"vitest.config.ts"
"src/vitest.config.ts"
],
"exclude": [
"node_modules"
Expand Down

0 comments on commit 86791b0

Please sign in to comment.