Rishit Shah
Rishit Shah
I'm following the steps mentioned in the docs - https://www.fast.design/docs/integrations/angular/ I encounter errors like - Error: node_modules/@microsoft/fast-components/node_modules/@microsoft/fast-foundation/dist/fast-foundation.d.ts:2252:66 - error TS2344: Type 'T' does not satisfy the constraint 'string | number...
Unknown token reference 'IDENTIFIER' PFB - Screenshot.   I suppose adding the below would resolve this in _LEXER rules section_ ``` IDENTIFIER : [a-zA-Z0-9-=]+ ; ```