The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/ui-kit/tsconfig.json

14 lines
328 B

{
"extends": "@rocket.chat/tsconfig/base.json",
"compilerOptions": {
"target": "es2024",
"module": "esnext",
"lib": ["ES2024"],
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"plugins": [{ "transform": "typia/lib/transform" }]
},
"include": ["./src/**/*.ts"],
"exclude": []
}