0

私は最初のプロジェクトを作成し、angular 2 getstartedを開始しました

構成 tsconfig.json を変更しました

{

"compilerOptions": {
  "target": "es5",
  "module": "system",
  "moduleResolution": "node",
  "sourceMap": true,
  "emitDecoratorMetadata": true,
  "experimentalDecorators": true,
  "removeComments": false,
  "noImplicitAny": false,
  "outDir": "dist"  <---- NEW 
 },
   "exclude": [
     "node_modules",
     "typings/main",
    "typings/main.d.ts"
    ]
}

そして、package.json "lite": "lite-server --baseDir ./dist" に追加します

アプリが起動しないのはなぜですか?私を助けてください。ありがとうマルコ。

4

1 に答える 1