npmまで私のアプリケーション用にangular2-highchartをダウンロードしました。私はVisual Studioのコードがパッケージのtsconfig.json
ファイルに私にエラーを与えていることに気づい:設定ファイルtsconfig.jsonに入力がありません
file: 'file:///c%3A/pdws-view-v2/node_modules/angular2-highcharts/tsconfig.json'
severity: 'Error'
message: 'No inputs were found in config file 'c:/pdws-view-v2/node_modules/angular2-highcharts/tsconfig.json'. Specified 'include' paths were '["src/**/*"]' and 'exclude' paths were '["examples","index.d.ts","node_modules","dist"]'.'
at: '1,1'
source: 'ts'
私はこのエラーを取得またはどのようにそれを修正するよ、なぜ私は本当に知りません。
{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"removeComments": true,
"sourceMap": true,
"outDir": "dist",
"declarationDir": "dist",
"declaration": true
},
"compileOnSave": true,
"include": [
"src/**/*"
],
"exclude": [
"examples",
"index.d.ts",
"node_modules",
"dist"
],
"angularCompilerOptions": {
"genDir": "dist/",
"strictMetadataEmit": true,
"skipTemplateCodegen": true
}
}
任意のアイデア:
ここでファイルがですか?ありがとう!一般
ありがとう、私は待って見ます。 – Jesper
@Jesper答えは標準的なガイダンスを提供することを意図していますが、少なくともここで有用なものが得られない場合は、githubに自信を持って進むことができます。 – msanford