You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ty.schema.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -839,7 +839,7 @@
839
839
"type": "object",
840
840
"properties": {
841
841
"root": {
842
-
"description": "The root of the project, used for finding first-party modules.",
842
+
"description": "The root of the project, used for finding first-party modules.\n\nIf left unspecified, ty will default to the current working directory and: * `./src` if it exists * `./<project-name>` if the folder `./<project-name>/<project-name>` exists",
0 commit comments