mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-27 22:40:49 +00:00
8 lines
177 B
JSON
8 lines
177 B
JSON
{
|
|
"extends": "@rocket.chat/tsconfig/client.json",
|
|
"compilerOptions": {
|
|
"rootDirs": ["./src", "./"]
|
|
},
|
|
"include": ["./src/**/*", "./jest.config.ts", "./.storybook/**/*"]
|
|
}
|