The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/ee/apps/account-service/tsconfig.json

19 lines
444 B

{
"extends": "@rocket.chat/tsconfig/server.json",
"compilerOptions": {
"incremental": true,
/* Strict Type-Checking Options */
"strictPropertyInitialization": false,
"strictFunctionTypes": false,
/* Additional Checks */
"noFallthroughCasesInSwitch": false,
"outDir": "./dist/ee/apps/account-service/src",
},
"include":
["./src/**/*.ts",
"../../../apps/meteor/definition/externals/meteor"],
"exclude": ["./dist"]
}