财产包括'构建Angular库时不存在

时间:2017-12-08 08:38:22

标签: angular npm build lib

我目前正在尝试编译我的Angular库,但是当我运行

npm build:lib 

始终存在错误:

  

财产&#39>包括'类型' string []'上不存在。

开发服务器正在运行,没有任何问题(ng serve)。所以有人知道如何解决问题。

这是我的tsconfig.json的内容:

{
  "compileOnSave": false,
  "compilerOptions": {
    "outDir": "./dist/out-tsc",
    "sourceMap": true,
    "declaration": false,
    "moduleResolution": "node",
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "target": "es5",
    "typeRoots": [
      "node_modules/@types"
    ],
    "lib": [
      "dom",
      "es2017"
    ]
  }
}

0 个答案:

没有答案