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