mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
8 lines
117 B
JSON
8 lines
117 B
JSON
{
|
|
"extends": "@rocket.chat/tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
},
|
|
"include": ["src"]
|
|
}
|