TypeScript配置
TypeScript配置
tsconfig.json
| |
另外,TS官方不推荐paths,更推荐Node Subpath Imports。
Note
「……Note that this feature does not change how import paths are emitted by tsc, so paths should only be used to inform TypeScript that another tool has this mapping and will use it at runtime or when bundling.……」
package.json
| |
最后更新于