MOOver.js/node_modules/mongoose/tsconfig.json

11 lines
191 B
JSON
Raw Normal View History

2022-02-18 12:54:33 +00:00
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"paths": {
"mongoose" : ["./types/index.d.ts"]
}
},
"esModuleInterop": true,
"strictNullChecks": true
}