Metzploreur/node_modules/mongoose/tsconfig.json
clement callaert 244d45ceb8 Version 2
2023-11-01 17:33:25 +01:00

9 lines
144 B
JSON

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