Skip to content

Commit ce82c3b

Browse files
committed
Add exclude to .tsconfig.json
1 parent 2216c58 commit ce82c3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/tachyons/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"esModuleInterop": true,
55
"moduleResolution": "node",
66
"strict": true
7-
}
7+
},
8+
"exclude": ["dist"]
89
}

0 commit comments

Comments
 (0)