Skip to content

Commit

Permalink
fix(tsc): add output and src dir typescript config
Browse files Browse the repository at this point in the history
  • Loading branch information
brendon-stephens committed Jun 9, 2022
1 parent c298c24 commit a9c21a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"esModuleInterop": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"rootDir": "src",
"outDir": "dist"
},
"exclude": [
"node_modules",
Expand Down

0 comments on commit a9c21a0

Please sign in to comment.