1
0
forked from noxious/server

Updated tsconfig.json according to MikroORM documentation

This commit is contained in:
Dennis Postma 2024-12-24 16:04:48 +01:00
parent af5f4f97f2
commit e19f30b15a

View File

@ -9,5 +9,7 @@
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
"strict": true, /* Enable all strict type-checking options. */
"skipLibCheck": true, /* Skip type checking of declaration files. */
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
}
}