0.0.1 • Published 5 years ago

@leither/lnc v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago
{
  "entry": [
    "server/*.ts"
  ],
  "output": "build",
  "tsConfigPath": "server/tsconfig.json"
}
tsConfigPath
tsConfigPath
说明指定使用非根目录下的tsconfig.json
是否可选
默认值-
其它
针对 tsconfig.json

其中

  • outDir, module 可任意指定
  • allowJs 可为 或者 true
  • target 推荐为 es6

// 配置合并 // watch