mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 14:58:55 +00:00
10 lines
336 B
JSON
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"]
|
|
}
|