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