mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-24 03:21:20 -05:00
a8563ad905
Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com> Co-authored-by: Johannes <johannes@formbricks.com> Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
9 lines
197 B
JSON
9 lines
197 B
JSON
{
|
|
"extends": "@formbricks/tsconfig/react-library.json",
|
|
"include": [".", "../types/*.d.ts"],
|
|
"exclude": ["build", "node_modules"],
|
|
"compilerOptions": {
|
|
"lib": ["ES2021.String"],
|
|
},
|
|
}
|