ambanum / information-manipulation-analyzer

1 stars 1 forks source link

Feat/update dse #21

Closed clementbiron closed 3 years ago

clementbiron commented 3 years ago

@martinratinaud I am not satisfied with the tsconfig.json modification to fix Could not find declaration file error Maybe a better way to do it ? Look like a good reading about it: https://blog.atomist.com/declaration-file-fix/

martinratinaud commented 3 years ago

Sure

I usually do Best Fix #7: Get the type declarations from @types and if not Kind-of-terrible Fix #4: Allow this one JS module import

What would you do ?

clementbiron commented 3 years ago

Sure

I usually do Best Fix #7: Get the type declarations from @types and if not Kind-of-terrible Fix #4: Allow this one JS module import

What would you do ?

I used fix number 4. Look good to you ?

martinratinaud commented 3 years ago

very good

maybe file an issue in their repo to generate their typescript types also :-)

clementbiron commented 3 years ago

@gouvfr/dsfr has not yet public repo 😭