Skip to content

Commit 04c92f1

Browse files
committed
fix: Resolve cannot find type definition file for 'minimatch' notification
Defining the empty type field prevents the automatic inclusion of type definitions from node_modules/@types
1 parent 7d6b230 commit 04c92f1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

jsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"@/styles/*": ["styles/*"],
77
"@/hooks/*": ["hooks/*"],
88
"@/utils/*": ["utils/*"]
9-
}
9+
},
10+
"types": []
1011
}
1112
}

0 commit comments

Comments
 (0)