mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 18:30:32 -06:00
6 lines
180 B
JSON
6 lines
180 B
JSON
{
|
|
"extends": "@formbricks/config-typescript/node16.json",
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "tsup.config.ts"],
|
|
"exclude": ["node_modules", "dist", "zod"]
|
|
}
|