Skip to content

Commit

Permalink
Include src/server.ts in tsconfig.build.json
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jul 28, 2023
1 parent 44f6235 commit 4e78de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"rootDir": "./src",
"outDir": "./"
},
"files": ["src/index.ts"],
"files": ["src/index.ts", "src/server.ts"],
"include": ["src/**/*"],
"exclude": ["**/*.spec.ts"]
}

0 comments on commit 4e78de6

Please sign in to comment.