【发布时间】:2019-10-29 08:03:26
【问题描述】:
我想为每个脚本文件夹编译一个新的 js 文件夹。 tsconfig.json 有可能吗?
目录
folder1
scripts
index.ts
folder2
scripts
index.ts
tsconfig.json
编译后的目录
folder1
scripts
index.ts
js
index.js
folder2
scripts
index.ts
js
index.js
tsconfig.json
【问题讨论】:
-
现在我正在为每个目录使用
tsconfig.json文件...编辑:不,那没有用...
标签: javascript typescript compilation tsconfig