Skip to content

Commit eb12f07

Browse files
committed
Update types
1 parent 899e734 commit eb12f07

File tree

1 file changed

+2
-1
lines changed
  • packages/tailwindcss-language-service/src/util

1 file changed

+2
-1
lines changed

packages/tailwindcss-language-service/src/util/state.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export type EditorSettings = {
4242
}
4343

4444
export type TailwindCssSettings = {
45+
inspectPort: number | null
4546
emmetCompletions: boolean
4647
includeLanguages: Record<string, string>
4748
classAttributes: string[]
@@ -64,7 +65,7 @@ export type TailwindCssSettings = {
6465
}
6566
experimental: {
6667
classRegex: string[]
67-
configFile: string | Record<string, string | string[]>
68+
configFile: string | Record<string, string | string[]> | null
6869
}
6970
files: {
7071
exclude: string[]

0 commit comments

Comments
 (0)