Skip to content

Commit ab12c05

Browse files
committed
update excludes to ignore files depending on build output
1 parent 0fe6da5 commit ab12c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
"skipLibCheck": true,
4040
"esModuleInterop": true
4141
},
42-
"exclude": ["coverage", "grafana"]
42+
"exclude": ["coverage", "grafana", "index.js", "example.js"]
4343
}

0 commit comments

Comments
 (0)