7fife-backend/node_modules/mongoose/tsconfig.json

10 lines
144 B
JSON
Raw Normal View History

2024-03-07 13:01:44 +00:00
{
"compilerOptions": {
"strict": true,
"strictNullChecks": true,
"paths": {
"mongoose" : ["./types/index.d.ts"]
}
}
}