1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-21 18:21:36 +02:00

Update tsconfig.json

This commit is contained in:
Flam3rboy 2021-07-16 11:59:56 +02:00
parent 6835a24d2e
commit 1049f57454

View File

@ -1,6 +1,6 @@
{
"include": ["src/**/*.ts"],
"exclude": ["*.js", "dist", "marion", "attachments"],
"exclude": ["*.js", "dist", "attachments"],
"compilerOptions": {
/* Visit https://aka.ms/tsconfig.json to read more about this file */
@ -29,7 +29,7 @@
/* Strict Type-Checking Options */
"strict": false /* Enable all strict type-checking options. */,
"noImplicitAny": true /* Raise error on expressions and declarations with an implied 'any' type. */,
"strictNullChecks": true, /* Enable strict null checks. */
"strictNullChecks": true /* Enable strict null checks. */,
// "strictFunctionTypes": true, /* Enable strict checking of function types. */
// "strictBindCallApply": true, /* Enable strict 'bind', 'call', and 'apply' methods on functions. */
"strictPropertyInitialization": false /* Enable strict checking of property initialization in classes. */,