Skip to content

Commit bb0aa26

Browse files
committed
Fix types
1 parent cb58c8a commit bb0aa26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/tailwindcss-language-server/src/project-locator.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ export interface ProjectConfig {
2222
folder: string
2323

2424
/** The path to the config file (if it exists) */
25-
configPath?: string
25+
configPath: string
2626

2727
/** The list of documents that are related to this project */
28-
documentSelector?: DocumentSelector[]
28+
documentSelector: DocumentSelector[]
2929

3030
/** Whether or not this project was explicitly defined by the user */
3131
isUserConfigured: boolean

0 commit comments

Comments
 (0)