Skip to content

Commit

Permalink
build: try to fix ci server build
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjozork committed Mar 31, 2024
1 parent 3f504d6 commit 20359f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"outDir": "../../dist",
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "test", "**/*spec.ts"],
"exclude": ["test", "**/*spec.ts"],
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
}

0 comments on commit 20359f4

Please sign in to comment.