Skip to content

Commit 86bd2cf

Browse files
committed
Fix ts config for server deployment
1 parent 7fa4f1c commit 86bd2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig-server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"baseUrl": "./src"
2020
},
2121
"include": ["src/**/*"],
22-
"exclude": ["node_modules", "build", "dist"]
22+
"exclude": ["node_modules", "build", "dist", "src/**/*.test.ts"]
2323
}

0 commit comments

Comments
 (0)