mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-25 03:39:31 -05:00
b3e6e8d5d0
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
6 lines
180 B
JSON
6 lines
180 B
JSON
{
|
|
"exclude": ["node_modules", "dist", "zod"],
|
|
"extends": "@formbricks/config-typescript/node16.json",
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "tsup.config.ts"]
|
|
}
|