mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
11 lines
199 B
JSON
11 lines
199 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"lib": ["es2020"],
|
|
"module": "commonjs",
|
|
"sourceMap": true,
|
|
},
|
|
"exclude": ["node_modules", "**/*.spec.ts"]
|
|
}
|