diff --git a/src/index.d.ts b/src/index.d.ts index 2fedcc51..45957be4 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -9,12 +9,12 @@ export interface PluginOptions { /** * List of custom function and tag names that contain classes. */ - tailwindFunctions: string[] + tailwindFunctions?: string[] /** * List of custom attributes that contain classes. */ - tailwindAttributes: string[] + tailwindAttributes?: string[] } declare module 'prettier' {