Rocket.Chat.ReactNative/tsconfig.json

7 lines
114 B
JSON
Raw Normal View History

{
2023-07-04 18:47:53 +00:00
"extends": "@tsconfig/react-native/tsconfig.json",
"compilerOptions": {
2023-07-04 18:47:53 +00:00
"experimentalDecorators": true
}
}