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

20 lines
509 B

{
"extends": "@rocket.chat/tsconfig/base.json",
"compilerOptions": {
"target": "ES5",
"module": "ES2020",
"lib": ["ES2020"],
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"plugins": [{ "transform": "typia/lib/transform" }]
},
"include": ["./src/**/*.ts"],
"exclude": []
}