Skip to content

Commit b642d21

Browse files
committed
Do not publish tsconfig to npm
1 parent 87f4dfd commit b642d21

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.npmignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ flow-typed/
4242
# Typescript v1 declaration files
4343
typings/
4444

45+
# Typescript
46+
tsconfig.json
47+
4548
# Optional npm cache directory
4649
.npm
4750

@@ -97,4 +100,8 @@ typedoc.json
97100
*.stories.*
98101

99102
# Prettier
100-
.prettierignore
103+
.prettierignore
104+
105+
# Stylelint
106+
.stylelintrc.json
107+
.stylelintignore

0 commit comments

Comments
 (0)