Skip to content
This repository was archived by the owner on Jan 11, 2022. It is now read-only.

Commit 61ca3a8

Browse files
author
Mike Stegeman
authored
Make tsc ignore addons. (WebThingsIO#662)
1 parent 0fac680 commit 61ca3a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"**/*.ts"
2626
],
2727
"exclude": [
28-
"node_modules"
28+
"node_modules",
29+
"build"
2930
]
30-
}
31+
}

0 commit comments

Comments
 (0)