RocketChat/Rocket.Chat

View on GitHub
ee/apps/stream-hub-service/tsconfig.json

Summary

Maintainability
Test Coverage
{
    "extends": "../../../tsconfig.base.server.json",
    "compilerOptions": {
        "strictPropertyInitialization": false, // TODO: Remove this line
        "allowJs": true, // TODO: Remove this line
        "outDir": "./dist"
    },
    "files": ["./src/service.ts"],
    "include": ["../../../apps/meteor/definition/externals/meteor"],
    "exclude": ["./dist"]
}