revere.dev/safelock/dashboard/node_modules/mongoose/tsconfig.json

10 lines
144 B
JSON

{
"compilerOptions": {
"strict": true,
"strictNullChecks": true,
"paths": {
"mongoose" : ["./types/index.d.ts"]
}
}
}