@leither/lnc
v0.0.1
Published
```json { "entry": [ "server/*.ts" ], "output": "build", "tsConfigPath": "server/tsconfig.json" } ```
Downloads
5
Readme
{
"entry": [
"server/*.ts"
],
"output": "build",
"tsConfigPath": "server/tsconfig.json"
}
tsConfigPath
| tsConfigPath | | | ---- | ---- | | 说明 | 指定使用非根目录下的tsconfig.json | | 是否可选 | 是 | | 默认值 | - | | 其它 | 无 |
针对 tsconfig.json
其中
outDir
,module
可任意指定allowJs
可为空
或者true
target
推荐为es6
// 配置合并 // watch