Skip to content

Commit

Permalink
build: simplify ts config
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Hugo Salgado <vsalgadopb@gmail.com>
  • Loading branch information
vitorsalgado committed Jan 12, 2022
1 parent 74407d1 commit 896aacf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"experimentalDecorators": true,
"composite": true,
"skipLibCheck": true,
"noEmitHelpers": true,

"outDir": "dist",
"rootDir": "src",
Expand All @@ -36,5 +37,5 @@
"dist",
"node_modules"
],
"include": ["./src/**/*"]
"include": ["src"]
}

0 comments on commit 896aacf

Please sign in to comment.