mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
Co-authored-by: Guilherme Gazzo <guilherme@gazzo.xyz> Co-authored-by: Pierre Lehnen <55164754+pierre-lehnen-rc@users.noreply.github.com>
10 lines
172 B
JSON
10 lines
172 B
JSON
{
|
|
"extends": "@rocket.chat/tsconfig/server.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"rootDir": "./src",
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["./src/**/*"]
|
|
}
|