From ee2136c1807ed1eb7a11fb8e1f9c512ec1ceee9d Mon Sep 17 00:00:00 2001 From: Mohan Raj Date: Tue, 28 Mar 2023 11:46:57 +0100 Subject: [PATCH] updates readme --- src/components/snippets/TsSupport.tsx | 6 ++++-- src/styles/settings.scss | 8 +++++++- 2 files changed, 11 insertions(+), 3 deletions(-) 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 {};`;

{__('TypeScript support', 'mr-feature-flags')}

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.