Rocket.Chat/ee/apps/ddp-streamer/tsconfig.json
2025-10-08 13:08:12 -03:00

10 lines
336 B
JSON

{
"extends": "@rocket.chat/tsconfig/server.json",
"compilerOptions": {
"strictPropertyInitialization": false, // TODO: Remove this line
"outDir": "./dist"
},
"include": ["./src/**/*", "./definition", "../../../apps/meteor/definition/externals/meteor/rocketchat-streamer.d.ts"],
"exclude": ["./dist", "./ecosystem.config.js"]
}