mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-26 02:58:48 -06:00
* add @formbricks/api (api abstraction layer) and @formbricks/errors package to monorepo * use @formbricks/api in @formbricks/js to expose an api endpoint --------- Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
6 lines
127 B
JSON
6 lines
127 B
JSON
{
|
|
"extends": "@formbricks/tsconfig/node16.json",
|
|
"include": ["**/*.ts", "tsup.config.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|