MOOver.js/node_modules/mongoose/tsconfig.json
2022-02-18 13:54:33 +01:00

10 lines
191 B
JSON

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