Closed zcharym closed 4 years ago
this might happen because of the wrong config in tsconfig.json, I changed the tsconfig.json in original one and it works.
{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "es2017",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
"incremental": true,
}
}
Error Messages: Cannot find module 'xxx' or its corresponding type declarations.
details: