mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
11 lines
193 B
JSON
11 lines
193 B
JSON
{
|
|
"extends": "@rocket.chat/tsconfig/server.json",
|
|
"compilerOptions": {
|
|
"lib": ["esnext"],
|
|
"declaration": true,
|
|
"rootDir": "./src",
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["./src/**/*"]
|
|
}
|