FLUJOS/VISUALIZACION/node_modules/mongoose/tsconfig.json
2025-11-07 00:06:12 +01:00

9 lines
144 B
JSON
Executable file

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