Skip to content

Commit

Permalink
chore: update typescript output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ru4l committed Aug 9, 2022
1 parent 19e635d commit cd9679f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/issue-template/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"sourceMap": true,
"lib": ["esnext", "DOM", "DOM.Iterable"],
"allowSyntheticDefaultImports": true,
"skipLibCheck": true
"skipLibCheck": true,
"outDir": "dist"
},
"include": ["src"],
"exclude": ["node_modules", "dist", "test"]
Expand Down

0 comments on commit cd9679f

Please sign in to comment.