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