jonas_jones-api/node_modules/mongoose/tsconfig.json
2023-03-30 20:40:42 +02:00

9 lines
144 B
JSON

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