You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when we import DI from fast-element in typesciprt. this code snipt is not working import {DI} from '@microsoft/fast-element/di.js';, As a workaround, we need to include this settings in my tsconfig to specifiy path resolution
🐛 Bug Report
when we import DI from fast-element in typesciprt. this code snipt is not working
import {DI} from '@microsoft/fast-element/di.js';
, As a workaround, we need to include this settings in my tsconfig to specifiy path resolutionCan we support this out of box? it is not friendly for newbees.
💻 Repro or Code Sample
typescript verson: 5.7.2
fast-element: 2.0.1
part of the tsconfig
🤔 Expected Behavior
I want to use DI feature out of box just like
FastElement
😯 Current Behavior
I need to change the paths of my tsconfig so that typescript can resolve the di.d.ts
💁 Possible Solution
when we build packages, can we include the
di.js
into theindex.js
and also integrage thedi.d.ts
file intoindex.d.ts
🔦 Context
🌍 Your Environment
typescript verson: 5.7.2
fast-element: 2.0.1
part of the tsconfig
The text was updated successfully, but these errors were encountered: