Skip to content

Commit bb170c1

Browse files
committed
update tsconfig not to pick up hand-authored .d.ts
1 parent bcf0b4c commit bb170c1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
"*": ["*"]
2121
}
2222
},
23-
"include": ["src/**/*.ts", "src/**/*.tsx", "typings/index.d.ts"]
23+
"include": ["src/**/*.ts", "src/**/*.tsx"],
24+
"exclude": ["dist", "typings"]
2425
}

0 commit comments

Comments
 (0)