打字稿环境
TSConfig编译器选项
"compilerOptions": {
"module": "amd",
"moduleResolution": "node",
"target": "es2016",
"lib": [
"es2016",
"dom"
],
尝试使用 npm install linqts
查看Chrome的“来源”标签显示:
其他模块使用 export ,工作正常。
什么是启动和运行它的最佳方法?我不理解其他与此类似的帖子。我尝试将es2015更改为es5,但它没有用。
我应该使用babel,手动转换它,在linqts目录中添加依赖项吗?