Skip to content

Commit 896aacf

Browse files
committed
build: simplify ts config
Signed-off-by: Vitor Hugo Salgado <vsalgadopb@gmail.com>
1 parent 74407d1 commit 896aacf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"experimentalDecorators": true,
2828
"composite": true,
2929
"skipLibCheck": true,
30+
"noEmitHelpers": true,
3031

3132
"outDir": "dist",
3233
"rootDir": "src",
@@ -36,5 +37,5 @@
3637
"dist",
3738
"node_modules"
3839
],
39-
"include": ["./src/**/*"]
40+
"include": ["src"]
4041
}

0 commit comments

Comments
 (0)