Rocket.Chat/packages/message-parser/tsconfig.json

9 lines
143 B
JSON

{
"extends": "@rocket.chat/tsconfig/server.json",
"compilerOptions": {
"rootDir": ".",
"target": "es2020",
"module": "esnext"
}
}