11 lines
191 B
JSON
11 lines
191 B
JSON
![]() |
{
|
||
|
"compilerOptions": {
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"paths": {
|
||
|
"mongoose" : ["./types/index.d.ts"]
|
||
|
}
|
||
|
},
|
||
|
"esModuleInterop": true,
|
||
|
"strictNullChecks": true
|
||
|
}
|