Absolute imports in a TypeScript library packaged as ES modules with type declarations

后端 未结 0 860
故里飘歌
故里飘歌 2020-12-02 22:59

I have a library that is written in TypeScript and uses internally absolute imports to avoid deeply nested relative import statements, like

import {Something}         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题