mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-21 11:30:27 -05:00
7fa2a260e8
* 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"]
|
|
}
|