mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-26 19:00:22 -06:00
6 lines
156 B
JSON
6 lines
156 B
JSON
{
|
|
"extends": "@formbricks/tsconfig/node16.json",
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "tsup.config.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|