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
185 B
JSON
10 lines
185 B
JSON
{
|
|
"extends": "@rocket.chat/tsconfig/client.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["./src/**/*"],
|
|
"exclude": ["./src/**/*.spec.ts"]
|
|
}
|