mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 05:40:02 -06:00
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com> Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com>
9 lines
218 B
JSON
9 lines
218 B
JSON
{
|
|
"extends": "@formbricks/tsconfig/react-library.json",
|
|
"include": [".", "../types/*.d.ts", "../lib/templates.ts"],
|
|
"exclude": ["build", "node_modules"],
|
|
"compilerOptions": {
|
|
"lib": ["ES2021.String"]
|
|
}
|
|
}
|