RocketChat/Rocket.Chat

View on GitHub
ee/apps/ddp-streamer/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"
    },
    "include": ["./src/**/*", "./definition", "../../../apps/meteor/definition/externals/meteor/rocketchat-streamer.d.ts"],
    "exclude": ["./dist", "./ecosystem.config.js"]
}