mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-23 22:18:53 -05:00
b3e6e8d5d0
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
6 lines
147 B
JSON
6 lines
147 B
JSON
{
|
|
"exclude": ["node_modules"],
|
|
"extends": "@formbricks/config-typescript/nextjs.json",
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"]
|
|
}
|