diff --git a/src/components/snippets/TsSupport.tsx b/src/components/snippets/TsSupport.tsx index 2f16f68..bb90a58 100644 --- a/src/components/snippets/TsSupport.tsx +++ b/src/components/snippets/TsSupport.tsx @@ -24,8 +24,10 @@ export {};`;
Create a file named{' '} - flags.d.ts at the - root of the plugin / theme and add below declaration. + flags.d.ts at + the entrypoint of TS code of plugin / theme ( usually{' '} + src directory ) + and add below declaration.