mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-27 22:40:49 +00:00
Co-authored-by: Guilherme Gazzo <guilherme@gazzo.xyz> Co-authored-by: Pierre Lehnen <55164754+pierre-lehnen-rc@users.noreply.github.com>
9 lines
201 B
JSON
9 lines
201 B
JSON
{
|
|
"extends": "@rocket.chat/tsconfig/client.json",
|
|
"compilerOptions": {
|
|
"rootDirs": ["./src", "./"],
|
|
"outDir": "./dist",
|
|
},
|
|
"include": ["./src/**/*", "./jest.config.ts", "./.storybook/**/*"],
|
|
}
|