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