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
{{ message }}
This repository was archived by the owner on Dec 1, 2019. It is now read-only.
I have an entry ./source/index.ts,
which correctly compiles to ./dist/index.js,
but for some reason when enable declarations I get ./dist/source/index.d.ts
Is there a way to fix this to ./dist/index.d.ts ? :)
I have an entry
./source/index.ts
,which correctly compiles to
./dist/index.js
,but for some reason when enable declarations I get
./dist/source/index.d.ts
Is there a way to fix this to
./dist/index.d.ts
? :)The text was updated successfully, but these errors were encountered: