WUT_Computer_Science/EGUI/lab3/api/node_modules/mongoose/tsconfig.json

9 lines
124 B
JSON
Raw Normal View History

2022-06-15 05:26:01 +02:00
{
"compilerOptions": {
"strictNullChecks": true,
"paths": {
"mongoose" : ["./types/index.d.ts"]
}
}
}