0
{
"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"
]
}
と私のconfig tsconfig.jsonを変更し、私は私のpackage.json "ライト" に追加私の最初のプロジェクトを作成し、angular 2 getstarted
に開始しました:「LITE-サーバー--baseDir ./dist "
なぜアプリケーションが起動しないのですか?私を助けてください。ありがとう、マルコ。