Fix stubPath's default value in schema (#8156)

This commit is contained in:
InSync 2024-06-17 19:25:17 +07:00 committed by GitHub
parent 48a03076a3
commit 0f654e077b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -577,7 +577,7 @@
"stubPath": {
"type": "string",
"title": "Path to directory containing custom type stub files",
"default": "",
"default": "./typings",
"examples": [
"src/typestubs"
],