mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-22 01:28:29 +08:00
Move common utility functions to a common library (#12773)
This commit is contained in:
@@ -2,9 +2,13 @@
|
||||
"$schema": "https://raw.githubusercontent.com/microsoft/pyright/main/packages/vscode-pyright/schemas/pyrightconfig.schema.json",
|
||||
"typeshedPath": ".",
|
||||
"include": [
|
||||
"lib",
|
||||
"scripts",
|
||||
"tests",
|
||||
],
|
||||
"extraPaths": [
|
||||
"lib",
|
||||
],
|
||||
"typeCheckingMode": "strict",
|
||||
// More of a lint. Unwanted for typeshed's own code.
|
||||
"reportImplicitStringConcatenation": "none",
|
||||
|
||||
Reference in New Issue
Block a user