Вот что я сделал до сих пор, следуя инструкциям на https://github.com/DefinitelyTyped/DefinitelyTyped#verifying.
Я разветвился https://github.com/DefinitelyTyped/DefinitelyTyped.
I git клонировал мою вилку и запустил npm install
.
Я обновил определения типов и тесты types/markdown-to-jsx
.
Теперь, выполнение npm run lint markdown-to-jsx
возвращает ошибку.
Почему?
npm run lint markdown-to-jsx
> definitely-typed@0.0.3 lint /Users/sunknudsen/tmp/DefinitelyTyped
> dtslint types "markdown-to-jsx"
Error: Errors in typescript@next for external dependencies:
../react/index.d.ts(34,22): error TS2307: Cannot find module 'csstype'.