mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-06 19:43:10 +02:00
9 lines
124 B
JSON
9 lines
124 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"strictNullChecks": true,
|
||
|
|
"paths": {
|
||
|
|
"mongoose" : ["./types/index.d.ts"]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|