mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-25 11:49:46 -05:00
b3e6e8d5d0
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
9 lines
190 B
JSON
9 lines
190 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true
|
|
},
|
|
"exclude": ["dist", "build", "node_modules"],
|
|
"extends": "@formbricks/config-typescript/react-native-library.json",
|
|
"include": ["."]
|
|
}
|