mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 13:49:54 -06:00
6 lines
147 B
JSON
6 lines
147 B
JSON
{
|
|
"extends": "@formbricks/config-typescript/nextjs.json",
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
|
|
"exclude": ["node_modules"]
|
|
}
|