mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-09 16:20:28 -06:00
13 lines
257 B
JSON
13 lines
257 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
},
|
|
"strict": true
|
|
},
|
|
"exclude": ["dist", "build", "node_modules"],
|
|
"extends": "@formbricks/config-typescript/react-native-library.json",
|
|
"include": ["."]
|
|
}
|