Skip to content

Commit

Permalink
fix: exclude seed folder
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusholmgren committed Apr 9, 2020
1 parent 59d1a35 commit 1103ef1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"rootDir": "./src",
"outDir": "./build",
"esModuleInterop": true,
"strict": true
}
"strict": true,
},
"exclude": [
"./temp"
]
}

0 comments on commit 1103ef1

Please sign in to comment.