mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 18:30:32 -06:00
* add enterprise license, add ee package * migrate database from workspaces to organisations * add payment api endpoints and billing pages * add stripe env variables to .env.example
13 lines
247 B
JSON
13 lines
247 B
JSON
{
|
|
"extends": "@formbricks/tsconfig/react-library.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": ["/*"]
|
|
},
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["."],
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
}
|