-
Notifications
You must be signed in to change notification settings - Fork 309
Closed
Description
When start project in nestjs in console appears message -
Cannot find type definition file for 'minio'.
The file is in the program because:
Entry point for implicit type library 'minio'
My tsconfig
{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "es2017",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "src",
"incremental": true,
"skipLibCheck": true,
"strictNullChecks": false,
"noImplicitAny": false,
"strictBindCallApply": false,
"forceConsistentCasingInFileNames": false,
"esModuleInterop": true,
"noFallthroughCasesInSwitch": false
},
"exclude": ["node_modules", "dist"]
}
IvanLi-CN and OsmanAlb
Metadata
Metadata
Assignees
Labels
No labels