Skip to content

Commit

Permalink
make changes in tsconfig file by excluding client, node-modules & pub…
Browse files Browse the repository at this point in the history
…lic folder
  • Loading branch information
SakshiDangi committed Oct 27, 2023
1 parent fea382e commit 50901e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"outDir": "dist",
"allowSyntheticDefaultImports": true
},
"exclude": ["client", "node_modules", "public"],
"include": ["src/**/*.ts", "src/index.ts"]
}

0 comments on commit 50901e6

Please sign in to comment.