Skip to content

Commit 08d1f5b

Browse files
authored
chore: remove compilerOptions types (#32)
reset.d.ts is already included by "**/*.ts", and compilerOptions.types will override the default types support.
1 parent cc8194c commit 08d1f5b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
22
"extends": "./typescript.json",
3-
"include": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx"],
4-
"compilerOptions": {
5-
"types": ["./reset.d.ts"]
6-
}
3+
"include": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx"]
74
}

0 commit comments

Comments
 (0)