WUT_Computer_Science/EGUI/lab3/api/node_modules/mongoose/tsconfig.json
2022-06-15 05:26:01 +02:00

9 lines
124 B
JSON

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