Skip to content

Commit

Permalink
DO-1285: Exclude root dir from tsconfig for static hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
krishanthisera committed Jul 11, 2022
1 parent 06db870 commit d33385f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/static-hosting/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib"
}
}

0 comments on commit d33385f

Please sign in to comment.