0
私のサーバー.ts
モジュールはモジュールをインストールしていないと文句を言っていますが、モジュールをインストールしてnode_modules
をチェックしました。Typescriptがモジュールを見つけることができません
これは私のプロジェクト構造である:私が得るscreenshot
エラー:screenshot
tsconfig.json
:
{
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"target": "es5",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"noImplicitAny": false
},
"exclude": [
"node_modules",
"typings"
],
"filesGlob": [
"**/*.ts",
"typings/main",
"./typings/index.d.ts"
]
}
あなたは 'tscg'を使ってコードをコンパイルしていますか? –
いいえ.............................. –
https://www.npmjs.com/package/typescript-with-グロブス –