Rocket.Chat.ReactNative/tsconfig.json

7 lines
114 B
JSON

{
"extends": "@tsconfig/react-native/tsconfig.json",
"compilerOptions": {
"experimentalDecorators": true
}
}