0

モジュール.tsをインストールしてnode_modules.

これは私のプロジェクト構造です:スクリーンショット

私が得るエラー:スクリーンショット

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"
    ]
}
4

1 に答える 1